javax.rad.remote
Class AbstractConnection.PropertyChangedDelegate
java.lang.Object
javax.rad.remote.AbstractConnection.PropertyChangedDelegate
- All Implemented Interfaces:
- IConnectionPropertyChangedListener
- Enclosing class:
- AbstractConnection
public static class AbstractConnection.PropertyChangedDelegate
- extends Object
- implements IConnectionPropertyChangedListener
The PropertyChangedDelegate is an IConnectionPropertyChangedListener that forwards
property changed events to single property listeners. The listeners can be mapped to specific property
names and don't handle other property names.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractConnection.PropertyChangedDelegate
public AbstractConnection.PropertyChangedDelegate()
propertyChanged
public void propertyChanged(PropertyEvent pEvent)
throws Throwable
- A property was changed.
- Specified by:
propertyChanged in interface IConnectionPropertyChangedListener
- Parameters:
pEvent - the property information
- Throws:
Throwable - if there is an error.
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.