|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TupleSpaceListener | |
---|---|
grinda.client | This package contains all the classes needed by a client to communicate with the TupleSpace service |
Uses of TupleSpaceListener in grinda.client |
---|
Methods in grinda.client with parameters of type TupleSpaceListener | |
---|---|
void |
TupleSpace.addListener(OperationType operation,
Tuple templ,
TupleSpaceListener l)
Adds a listener for a specific operation on the tuple space |
void |
TupleSpaceListenerNotifier.addListener(TupleSpaceOperation op,
TupleSpaceListener l)
Adds a listener interesed in observing the given template |
void |
TupleSpace.removeListener(OperationType operation,
Tuple templ,
TupleSpaceListener l)
Removes a listener for a specific operation on the tuple space |
void |
TupleSpaceListenerNotifier.removeListener(TupleSpaceOperation op,
TupleSpaceListener l)
Removes a listener |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |