public static interface SignalRelay.Callback<S>
Modifier and Type | Method and Description |
---|---|
void |
onSignal(S signal,
java.lang.Exception cause)
Called from the thread that initiated a broadcast (i.e. called
onSignal(Object, Exception) ). |
void onSignal(S signal, java.lang.Exception cause) throws java.lang.RuntimeException, java.lang.Error
onSignal(Object, Exception)
).java.lang.RuntimeException
- thrown exception gets caught and loggedjava.lang.Error
- not caughtCopyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.