Joda System API

org.joda.property.impl
Class DependencyListener

java.lang.Object
  |
  +--org.joda.property.impl.DependencyListener
All Implemented Interfaces:
java.util.EventListener, java.beans.PropertyChangeListener, java.io.Serializable

public class DependencyListener
extends java.lang.Object
implements java.beans.PropertyChangeListener, java.io.Serializable

DependencyListener listens to events and resends them as though they come from the specified property.

Author:
Stephen Colebourne
See Also:
Serialized Form

Constructor Summary
DependencyListener(Property property)
           
 
Method Summary
 void propertyChange(java.beans.PropertyChangeEvent ev)
          Redirect the event
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependencyListener

public DependencyListener(Property property)
Method Detail

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent ev)
Redirect the event

Specified by:
propertyChange in interface java.beans.PropertyChangeListener

Joda System API

Copyright © 2001-2003 Stephen Colebourne. All Rights Reserved.