|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.rad.remote.AbstractConnection.ListenerDelegate<ICallBackResultListener>
javax.rad.remote.AbstractConnection.CallBackResultDelegate
public static class AbstractConnection.CallBackResultDelegate
The CallBackResultDelegate
is an ICallBackResultListener
that forwards
callback result events to single listeners. The listeners can be mapped to specific or all
instructions.
Constructor Summary | |
---|---|
AbstractConnection.CallBackResultDelegate()
|
Method Summary | |
---|---|
void |
callBackResult(CallBackResultEvent pEvent)
If the IConnection detects a callback result, then this
method will be called, to notify the client listener. |
Methods inherited from class javax.rad.remote.AbstractConnection.ListenerDelegate |
---|
add, getListeners, remove, remove |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractConnection.CallBackResultDelegate()
Method Detail |
---|
public void callBackResult(CallBackResultEvent pEvent) throws java.lang.Throwable
IConnection
detects a callback result, then this
method will be called, to notify the client listener.
callBackResult
in interface ICallBackResultListener
pEvent
- event of a server-sent callback
java.lang.Throwable
- if callback-result handling fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |