public interface InvocationGridSignalHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onSignal(InvocationGridSignal signal,
java.lang.Object argument)
Handle the invocation grid signal.
|
void onSignal(InvocationGridSignal signal, java.lang.Object argument)
signal - the signal type.argument - the object argument (or null) if no argument exists for the signal type.