javax.rad.remote
Class AbstractConnection.CallBackResultDelegate
java.lang.Object
javax.rad.remote.AbstractConnection.ListenerDelegate<ICallBackResultListener>
javax.rad.remote.AbstractConnection.CallBackResultDelegate
- All Implemented Interfaces:
- ICallBackResultListener
- Enclosing class:
- AbstractConnection
public static class AbstractConnection.CallBackResultDelegate
- extends AbstractConnection.ListenerDelegate<ICallBackResultListener>
- implements ICallBackResultListener
The CallBackResultDelegate is an ICallBackResultListener that forwards
callback result events to single listeners. The listeners can be mapped to specific or all
instructions.
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractConnection.CallBackResultDelegate
public AbstractConnection.CallBackResultDelegate()
callBackResult
public void callBackResult(CallBackResultEvent pEvent)
throws Throwable
- If the
IConnection detects a callback result, then this
method will be called, to notify the client listener.
- Specified by:
callBackResult in interface ICallBackResultListener
- Parameters:
pEvent - event of a server-sent callback
- Throws:
Throwable - if callback-result handling fails
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.