javax.rad.remote
Class AbstractConnection.PropertyChangedDelegate

java.lang.Object
  extended by javax.rad.remote.AbstractConnection.ListenerDelegate<IConnectionPropertyChangedListener>
      extended by javax.rad.remote.AbstractConnection.PropertyChangedDelegate
All Implemented Interfaces:
IConnectionPropertyChangedListener
Enclosing class:
AbstractConnection

public static class AbstractConnection.PropertyChangedDelegate
extends AbstractConnection.ListenerDelegate<IConnectionPropertyChangedListener>
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.


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

AbstractConnection.PropertyChangedDelegate

public AbstractConnection.PropertyChangedDelegate()
Method Detail

propertyChanged

public void propertyChanged(PropertyEvent pEvent)
                     throws java.lang.Throwable
A property was changed.

Specified by:
propertyChanged in interface IConnectionPropertyChangedListener
Parameters:
pEvent - the property information
Throws:
java.lang.Throwable - if there is an error.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.