Uses of Interface
org.lsst.ccs.utilities.dispatch.Invoker

Packages that use Invoker
org.lsst.ccs.utilities.dispatch The Observer/observable pattern may come in different flavors offered by this package. 
 

Uses of Invoker in org.lsst.ccs.utilities.dispatch
 

Methods in org.lsst.ccs.utilities.dispatch with parameters of type Invoker
 String InvocationDispenser.register(Invoker invoker)
          registers an Invoker and returns a token to be used to run the invocation code
 String InvocationDispenser.register(String token, Invoker invoker)
          registers an invoker and the token is given by the calling code.
 Future InvocationDispenser.registerFuture(String token, Invoker invoker)
          Gets a Future object from this task registration.
 



Copyright © 2013 LSST. All Rights Reserved.