fable.gui.event
Class CensorshipChangedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by fable.adt.FableEvent
          extended by fable.gui.event.CensorshipChangedEvent
All Implemented Interfaces:
java.io.Serializable

public class CensorshipChangedEvent
extends FableEvent

This object represents an event that censorship changes.

Author:
Wonsik Kim
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CensorshipChangedEvent(java.lang.Object source)
          Construct a new CensorshipChangedEvent with provided source.
 
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

CensorshipChangedEvent

public CensorshipChangedEvent(java.lang.Object source)
Construct a new CensorshipChangedEvent with provided source.

Parameters:
source - origin of the event.
Effects:
create a new CensorshipChangedEvent object.