fable.adt
Class FableEvent

java.lang.Object
  extended by java.util.EventObject
      extended by fable.adt.FableEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ArticleBrowseEvent, ArticleMarkChangeEvent, ArticleReadEvent, CensorshipChangedEvent, ExportEvent, FeedDeletedEvent, FeedSelectedEvent, FolderDeletedEvent, FolderSelectedEvent, StructuralChangeEvent

public class FableEvent
extends java.util.EventObject

All events defined in Fable should inherit this class. It is strongly not recommended to use this class directly.

Author:
Wonsik Kim
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
protected FableEvent(java.lang.Object source)
          Construct a new FableEvent object with the origin of the event.
 
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

FableEvent

protected FableEvent(java.lang.Object source)
Construct a new FableEvent object with the origin of the event.

Parameters:
source - origin of the event.
Effects:
construct a new FableEvent object.
Modifies:
this