org.simulare
Class ItemEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.simulare.ItemEvent
All Implemented Interfaces:
java.io.Serializable

public class ItemEvent
extends java.util.EventObject

Event generated when the item attributes change.

See Also:
Serialized Form

Field Summary
 AttributeEvent attribute
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ItemEvent(java.lang.Object source)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

attribute

public AttributeEvent attribute
Constructor Detail

ItemEvent

public ItemEvent(java.lang.Object source)