|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.rad.remote.event.CallBackForward
public class CallBackForward
The CallBackForward
is a special ICallBackListener
implementation which
will replace the event source of the received CallBackEvent
with another
source.
Constructor Summary | |
---|---|
CallBackForward(java.lang.Object pSource,
ICallBackListener pListener)
Creates a new instance of CallBackForward . |
|
CallBackForward(UIInvoker pUIInvoker,
java.lang.Object pSource,
ICallBackListener pListener)
Creates a new instance of CallBackForward . |
Method Summary | |
---|---|
void |
callBack(CallBackEvent pEvent)
If the IConnection detects a callback, 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 |
Constructor Detail |
---|
public CallBackForward(java.lang.Object pSource, ICallBackListener pListener)
CallBackForward
.
pSource
- the "new" event source for the received eventpListener
- the original listenerpublic CallBackForward(UIInvoker pUIInvoker, java.lang.Object pSource, ICallBackListener pListener)
CallBackForward
.
pUIInvoker
- the invokeLater helper from the right calling threadpSource
- the "new" event source for the received eventpListener
- the original listenerMethod Detail |
---|
public void callBack(CallBackEvent pEvent)
IConnection
detects a callback, then this
method will be called, to notify the client listener.
callBack
in interface ICallBackListener
pEvent
- result, of an asynchronous method call
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |