textbender.a.u.locusPoint
Class InPageHighlighter
java.lang.Object
  
java.rmi.server.RemoteObject
      
java.rmi.server.RemoteServer
          
java.rmi.server.UnicastRemoteObject
              
InPageHighlighter
- All Implemented Interfaces: 
 - Serializable, Remote, EventListener, PropertyChangeListenerR, EventListenerR
 
public final class InPageHighlighter
- extends UnicastRemoteObject
- implements PropertyChangeListenerR
  
Highlighter for a Web document, via an in-page user-applet.
 Whenever the locus-point locus changes,
 it highlights the corresponding gene in the document.
- See Also:
 - Serialized Form
 
 
 
 
 
 
 
 
 
 
 
InPageHighlighter
public InPageHighlighter(PageVisit pageVisit)
                  throws RemoteException
- Creates an InPageHighlighter.
- Parameters:
 pageVisit - context
- Throws:
 RemoteException - if creation fails
         in communication with desk daemon
 
propertyChange
@ThreadSafe
public void propertyChange(PropertyChangeEvent e)
- Description copied from interface: 
PropertyChangeListenerR 
- Called when a bound property value is changed,
 per PropertyChangeListener.
 A remote event's source may be null; because, in PropertyChangeEvent,
 the source field is transient.
- Specified by:
 propertyChange in interface PropertyChangeListenerR