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

Packages that use IConnectionPropertyChangedListener
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. 
 

Uses of IConnectionPropertyChangedListener in com.sibvisions.rad.application
 

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

Uses of IConnectionPropertyChangedListener in com.sibvisions.rad.remote
 

Methods in com.sibvisions.rad.remote with parameters of type IConnectionPropertyChangedListener
 void AbstractSerializedConnection.addPropertyChangedListener(IConnectionPropertyChangedListener pListener)
          Adds an IConnectionPropertyChangedListener to the list of registered listeners.
 void AbstractSerializedConnection.removePropertyChangedListener(IConnectionPropertyChangedListener pListener)
          Removes an IConnectionPropertyChangedListener from the list of registered listeners.
 

Uses of IConnectionPropertyChangedListener in com.sibvisions.rad.server
 

Methods in com.sibvisions.rad.server with parameters of type IConnectionPropertyChangedListener
 void DirectServerConnection.addPropertyChangedListener(IConnectionPropertyChangedListener pListener)
          Adds an IConnectionPropertyChangedListener to the list of registered listeners.
 void DirectServerConnection.removePropertyChangedListener(IConnectionPropertyChangedListener pListener)
          Removes an IConnectionPropertyChangedListener from the list of registered listeners.
 

Uses of IConnectionPropertyChangedListener in com.sibvisions.rad.util
 

Methods in com.sibvisions.rad.util with parameters of type IConnectionPropertyChangedListener
 void DirectObjectConnection.addPropertyChangedListener(IConnectionPropertyChangedListener pListener)
          Adds an IConnectionPropertyChangedListener to the list of registered listeners.
 void DirectObjectConnection.removePropertyChangedListener(IConnectionPropertyChangedListener pListener)
          Removes an IConnectionPropertyChangedListener from the list of registered listeners.
 

Uses of IConnectionPropertyChangedListener in javax.rad.remote
 

Methods in javax.rad.remote with parameters of type IConnectionPropertyChangedListener
 void IConnection.addPropertyChangedListener(IConnectionPropertyChangedListener pListener)
          Adds an IConnectionPropertyChangedListener to the list of registered listeners.
 void IConnection.removePropertyChangedListener(IConnectionPropertyChangedListener pListener)
          Removes an IConnectionPropertyChangedListener from the list of registered listeners.
 

Uses of IConnectionPropertyChangedListener in javax.rad.remote.event
 

Subinterfaces of IConnectionPropertyChangedListener in javax.rad.remote.event
 interface IConnectionListener
          The IConnectionListener interface should be used to get notifications when communication errors occurs.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.