mud.common.events
Class ServerEventHandler

java.lang.Object
  extended by mud.common.events.ServerEventHandler

public class ServerEventHandler
extends java.lang.Object

The logic of how to process a server event can be shared between our Java clients. Other clients have to write their own version.


Method Summary
static Room process(Room room, Event event)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

process

public static Room process(Room room,
                           Event event)
                    throws java.io.IOException
Throws:
java.io.IOException