com.droplets.api.event
Interface AttributeChangeListener

All Superinterfaces:
java.util.EventListener

public interface AttributeChangeListener
extends java.util.EventListener

Interface to be implemented by classes interested in AttributeChangeEvents on components.


Method Summary
 void attributeChanged(AttributeChangeEvent event)
          Notifies the listener that the value of a component attribute changed.
 

Method Detail

attributeChanged

public void attributeChanged(AttributeChangeEvent event)
Notifies the listener that the value of a component attribute changed.
Parameters:
event - the event


Copyright © Droplets, 2001. All Rights Reserved.