|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.rad.remote.AbstractConnection.ListenerDelegate<IConnectionPropertyChangedListener>
javax.rad.remote.AbstractConnection.PropertyChangedDelegate
public static class AbstractConnection.PropertyChangedDelegate
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.
Constructor Summary | |
---|---|
AbstractConnection.PropertyChangedDelegate()
|
Method Summary | |
---|---|
void |
propertyChanged(PropertyEvent pEvent)
A property was changed. |
Methods inherited from class javax.rad.remote.AbstractConnection.ListenerDelegate |
---|
add, getListeners, remove, remove |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractConnection.PropertyChangedDelegate()
Method Detail |
---|
public void propertyChanged(PropertyEvent pEvent) throws java.lang.Throwable
propertyChanged
in interface IConnectionPropertyChangedListener
pEvent
- the property information
java.lang.Throwable
- if there is an error.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |