protected static class AbstractProxyConnection.ProxiedChangeListener extends Object implements PropertyChangeListener
Constructor and Description |
---|
AbstractProxyConnection.ProxiedChangeListener(AbstractProxyConnection proxiedConn,
PropertyChangeListener delegate)
Creates a new ProxiedChangeListener.
|
public AbstractProxyConnection.ProxiedChangeListener(AbstractProxyConnection proxiedConn, PropertyChangeListener delegate)
proxiedConn
- The proxied connection.delegate
- The delegate listener.public boolean equals(Object object)
Overridden to compare the nested delegate listeners.
public int hashCode()
Overridden to return the delegates hash code.
public void propertyChange(PropertyChangeEvent event)
Overridden to change the source of the property change event to the outer connection instead of the inner connection.
propertyChange
in interface PropertyChangeListener
Copyright © 2011-2013 Allanbank Consulting, Inc.. All Rights Reserved.