Uses of Interface
grinda.client.TupleSpaceListener

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
 



Copyright © 2006 Sirio Capizzi. All Rights Reserved.