javax.rad.remote.event
Interface IConnectionPropertyChangedListener

All Known Subinterfaces:
IConnectionListener
All Known Implementing Classes:
Application

public interface IConnectionPropertyChangedListener

The IConnectionPropertyChangedListener interface should be used to get notifications when a property in the IConnection changes.


Method Summary
 void propertyChanged(PropertyEvent pEvent)
          A property was changed.
 

Method Detail

propertyChanged

void propertyChanged(PropertyEvent pEvent)
A property was changed.

Parameters:
pEvent - the property information


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.