org.bluesock.bluemud.driver
Class NawsEvent

java.lang.Object
  |
  +--org.bluesock.bluemud.lib.MudObject
        |
        +--org.bluesock.bluemud.lib.MudEvent
              |
              +--org.bluesock.bluemud.driver.NawsEvent

public class NawsEvent
extends MudEvent

This event is responsible for forwarding NAWS events from the user's telnet client to the Controller instance allowing us to have in-game visual editors that resize when the user resizes their telnet client.


Constructor Summary
NawsEvent(User user)
           
 
Method Summary
 void process()
          Calls the controller's processNawsEvent method.
 
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

NawsEvent

public NawsEvent(User user)
Method Detail

process

public void process()
Calls the controller's processNawsEvent method. Objects that require this information bind themselves to the call list in the controller and the controller will alert every one of them with the new height/width of the user's telnet window.
Overrides:
process in class MudEvent


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