textbender.a.u.chromography
Class InPageFactory

java.lang.Object
  extended by InPageFactory
All Implemented Interfaces:
PropertyChangeListener, EventListener

@ThreadSafe
public final class InPageFactory
extends Object
implements PropertyChangeListener

Reference series loader that responds to transfers loaded in a Web page, as detected via a user-applet. In response, it sets a new chromograph reference series corresponding to the transferand.


Constructor Summary
InPageFactory(PageVisit vP)
          Creates an InPageFactory.
 
Method Summary
 void propertyChange(PropertyChangeEvent e)
           
 HostServiceRegistry.UniqueID uniqueID()
          The unique identifier of this referenceSeries origin.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InPageFactory

public InPageFactory(PageVisit vP)
              throws RemoteException
Creates an InPageFactory.

Parameters:
vP - page visit, context
Throws:
RemoteException - if the chromography service is unreachable
Method Detail

uniqueID

public HostServiceRegistry.UniqueID uniqueID()
The unique identifier of this referenceSeries origin.


propertyChange

@ThreadSafe
public void propertyChange(PropertyChangeEvent e)
Specified by:
propertyChange in interface PropertyChangeListener