org.simulare
Interface AttributeListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
Item

public interface AttributeListener
extends java.util.EventListener

Defines the monitor for attribute state changes.


Method Summary
 void typeChanged(AttributeEvent e)
           
 void valueChanged(AttributeEvent e)
           
 

Method Detail

typeChanged

public void typeChanged(AttributeEvent e)

valueChanged

public void valueChanged(AttributeEvent e)