Uses of Package
javax.rad.remote.event

Packages that use javax.rad.remote.event
com.sibvisions.rad.application Contains base classes for application creation. 
com.sibvisions.rad.remote Contains general communication classes which can be used from client and server implementations. 
com.sibvisions.rad.server Contains remote server classes and dependent components. 
com.sibvisions.rad.util Contains utility classes for the javax.rad API. 
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. 
 

Classes in javax.rad.remote.event used by com.sibvisions.rad.application
CallErrorEvent
          The CallErrorEvent encapsulates the connection error and all relevant information.
CallEvent
          The CallEvent class contains information about object and action calls.
ConnectionEvent
          The ConnectionEvent class encapsulates connection information.
IConnectionListener
          The IConnectionListener interface should be used to get notifications when communication errors occurs.
PropertyEvent
          The PropertyEvent class is the event for property changes.
 

Classes in javax.rad.remote.event used by com.sibvisions.rad.remote
ICallBackListener
          The ICallBackListener interface enables the asynchronous communication between client and server.
 

Classes in javax.rad.remote.event used by com.sibvisions.rad.server
ICallBackListener
          The ICallBackListener interface enables the asynchronous communication between client and server.
 

Classes in javax.rad.remote.event used by com.sibvisions.rad.util
ICallBackListener
          The ICallBackListener interface enables the asynchronous communication between client and server.
 

Classes in javax.rad.remote.event used by javax.rad.remote
ICallBackListener
          The ICallBackListener interface enables the asynchronous communication between client and server.
IConnectionListener
          The IConnectionListener interface should be used to get notifications when communication errors occurs.
 

Classes in javax.rad.remote.event used by javax.rad.remote.event
CallBackEvent
          The CallBackEvent will be sent to an ICallBackListener if an asynchronous method call returns a result.
CallErrorEvent
          The CallErrorEvent encapsulates the connection error and all relevant information.
CallEvent
          The CallEvent class contains information about object and action calls.
ConnectionEvent
          The ConnectionEvent class encapsulates connection information.
PropertyEvent
          The PropertyEvent class is the event for property changes.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.