com.ibm.tspaces
Interface TupleSpaceObserver
- public interface TupleSpaceObserver
- extends java.util.Observer
This observer interface is for receiving tuplespace events.
- Author:
- Matthias Eichstaedt
|
Method Summary |
void |
update(java.util.Observable o,
TupleSpaceEvent tse)
Invoked when a particular space is updated. |
| Methods inherited from interface java.util.Observer |
update |
update
public void update(java.util.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.