anvil.gui
Class AnvilMainChangeEvent

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

public class AnvilMainChangeEvent
extends java.util.EventObject

Contains information about a change in Anvil Main.

See Also:
Serialized Form

Constructor Summary
AnvilMainChangeEvent(java.lang.Object source, anvil.annot.Annotation ann)
           
 
Method Summary
 anvil.annot.Annotation getAnnotation()
          Returns the just loaded annotation object.
 
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

AnvilMainChangeEvent

public AnvilMainChangeEvent(java.lang.Object source,
                            anvil.annot.Annotation ann)
Method Detail

getAnnotation

public anvil.annot.Annotation getAnnotation()
Returns the just loaded annotation object.