All Packages Class Hierarchy This Package Previous Next Index
XYConsumer is an interface which must be implemented by any
class which needs to recieve XY data. In order to recieve this data,
the consumer must call the registerXYConsumer method
of the XYProducer from which it wants to recieve XY data.
Source Code is available.
notify(XY,producer) is called by an XYProducer
to send XY data to the consumer.
public abstract void notify(XYPair XY,
XYProducer producer)
notify(XY,producer) is called by an XYProducer
to send XY data to the consumer.
All Packages Class Hierarchy This Package Previous Next Index