Uses of Interface
javax.rad.remote.event.IConnectionListener

Packages that use IConnectionListener
com.sibvisions.rad.application Contains base classes for application creation. 
javax.rad.remote Contains all important interfaces for implementing the client/server communication. 
 

Uses of IConnectionListener in com.sibvisions.rad.application
 

Classes in com.sibvisions.rad.application that implement IConnectionListener
 class Application
          The Application is the default RemoteApplication.
 

Uses of IConnectionListener in javax.rad.remote
 

Methods in javax.rad.remote that return IConnectionListener
 IConnectionListener[] AbstractConnection.getConnectionListener()
          Gets all registered IConnectionListeners.
 

Methods in javax.rad.remote with parameters of type IConnectionListener
 void AbstractConnection.addConnectionListener(IConnectionListener pListener)
          Adds an IConnectionListener to the list of registered listeners.
 void AbstractConnection.removeConnectionListener(IConnectionListener pListener)
          Removes an IConnectionListener from the list of registered listeners.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.