textbender.a.u.locusPoint
Class InPagePointer
java.lang.Object
  
java.rmi.server.RemoteObject
      
java.rmi.server.RemoteServer
          
java.rmi.server.UnicastRemoteObject
              
InPagePointer
- All Implemented Interfaces: 
 - Serializable, Remote, EventListener, PropertyChangeListenerR, EventListenerR
 
public final class InPagePointer
- extends UnicastRemoteObject
- implements PropertyChangeListenerR
  
Point detector/publisher for a Web document, via an in-page user-applet.
 Whenever it detects a gene in the document being overpassed by the mouse,
 it posts its locus as the locus-point for the desktop.
- See Also:
 - Serialized Form
 
 
 
 
 
 
 
 
 
 
 
InPagePointer
public InPagePointer(PageVisit vP)
              throws RemoteException
- Creates an InPagePointer.
- Parameters:
 vP - page visit, context
- Throws:
 RemoteException - if the locus-point service is unreachable
UnsupportedOperationException - if the browser does not support DOM level 2 events;
         or the page is silent
 
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