com.mebigfatguy.patchanim.gui.events
Class DocumentChangedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.mebigfatguy.patchanim.gui.events.DocumentChangedEvent
All Implemented Interfaces:
java.io.Serializable

public class DocumentChangedEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DocumentChangedEvent(java.lang.Object src, PatchAnimDocument d)
           
 
Method Summary
 PatchAnimDocument getDocument()
           
 
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
 

Constructor Detail

DocumentChangedEvent

public DocumentChangedEvent(java.lang.Object src,
                            PatchAnimDocument d)
Method Detail

getDocument

public PatchAnimDocument getDocument()


Copyright © 2008 MeBigFatGuy.com. All Rights Reserved.