javax.rad.remote.event
Interface IConnectionPropertyChangedListener
- All Known Subinterfaces:
- IConnectionListener
- All Known Implementing Classes:
- AbstractConnection.PropertyChangedDelegate, Application
public interface IConnectionPropertyChangedListener
The IConnectionPropertyChangedListener interface should be used
to get notifications when a property in the IConnection changes.
propertyChanged
void propertyChanged(PropertyEvent pEvent)
throws Throwable
- A property was changed.
- Parameters:
pEvent - the property information
- Throws:
Throwable - if there is an error.
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.