|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CallBackResultEvent | |
---|---|
javax.rad.remote | Contains all important interfaces for implementing the client/server communication. |
javax.rad.remote.event | Contains all event relevant interfaces and classes for the network communication package. |
Uses of CallBackResultEvent in javax.rad.remote |
---|
Methods in javax.rad.remote with parameters of type CallBackResultEvent | |
---|---|
void |
AbstractConnection.CallBackResultDelegate.callBackResult(CallBackResultEvent pEvent)
If the IConnection detects a callback result, then this
method will be called, to notify the client listener. |
protected void |
AbstractConnection.fireCallBackResult(CallBackResultEvent pEvent)
Fires the callBackResult methods to all registered callback result listeners. |
Uses of CallBackResultEvent in javax.rad.remote.event |
---|
Methods in javax.rad.remote.event with parameters of type CallBackResultEvent | |
---|---|
void |
ICallBackResultListener.callBackResult(CallBackResultEvent pEvent)
If the IConnection detects a callback result, then this
method will be called, to notify the client listener. |
void |
CallBackResultForward.callBackResult(CallBackResultEvent pEvent)
If the IConnection detects a callback result, then this
method will be called, to notify the client listener. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |