Uses of Class
javax.rad.remote.event.CallBackResultEvent

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.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.