org.bluesock.bluemud.lib
Class MudEvent

java.lang.Object
  |
  +--org.bluesock.bluemud.lib.MudObject
        |
        +--org.bluesock.bluemud.lib.MudEvent
Direct Known Subclasses:
ConnectEvent, InputEvent, NawsEvent

public abstract class MudEvent
extends MudObject

This class represents an event within the MUD. All events that are to be processed by the Driver must extend from this class.


Constructor Summary
MudEvent()
           
 
Method Summary
abstract  void process()
          Perform processing appropriate to this event.
 
Methods inherited from class org.bluesock.bluemud.lib.MudObject
getObjectID
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MudEvent

public MudEvent()
Method Detail

process

public abstract void process()
Perform processing appropriate to this event. This method will be invoked by the Driver when it becomes this event's turn to be executed.


docs generated on Thu Jan 24 08:57:26 CST 2002