anvil.gui
Class ContainerChangeEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--anvil.gui.ContainerChangeEvent
All Implemented Interfaces:
java.io.Serializable

public class ContainerChangeEvent
extends java.util.EventObject

Event that stores a change.

See Also:
Serialized Form

Constructor Summary
ContainerChangeEvent(java.lang.Object source, anvil.annot.AnnotationContainer container)
           
 
Method Summary
 anvil.annot.AnnotationContainer getContainer()
          Returns the currently active container.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContainerChangeEvent

public ContainerChangeEvent(java.lang.Object source,
                            anvil.annot.AnnotationContainer container)
Method Detail

getContainer

public anvil.annot.AnnotationContainer getContainer()
Returns the currently active container.