| Package | Description |
|---|---|
| org.lsst.ccs.utilities.dispatch |
The Observer/observable pattern may come in different flavors offered by this package.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2014 LSST. All Rights Reserved.