edu.cs.ai.kreator.ui.gui.listener
Class KreatorFileEvent

java.lang.Object
  extended by java.util.EventObject
      extended by edu.cs.ai.kreator.ui.gui.listener.KreatorFileEvent
All Implemented Interfaces:
java.io.Serializable

public class KreatorFileEvent
extends java.util.EventObject

Author:
Sebastian Loh An EventObject used by KreatorFileListener
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
KreatorFileEvent(AbstractKreatorFile kfile)
          An EventObject used by KreatorFileListener
 
Method Summary
 
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

KreatorFileEvent

public KreatorFileEvent(AbstractKreatorFile kfile)
An EventObject used by KreatorFileListener

Parameters:
kfile - the DataFile that is the source of the event