All Packages Class Hierarchy This Package Previous Next Index
Interface com.ibm.tspaces.TupleSpaceObserver
- public interface TupleSpaceObserver
- extends Observer
This observer interface is for receiving tuplespace events.
- Author:
- Matthias Eichstaedt
-
update(Observable, TupleSpaceEvent)
- Invoked when a particular space is updated.
update
public abstract void update(Observable o,
TupleSpaceEvent tse)
- Invoked when a particular space is updated.
- Parameters:
- o - - the observable object.
- arg - - a tuplespace event passed to the notifyObservers method.
All Packages Class Hierarchy This Package Previous Next Index