| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  |
  +--org.bluesock.bluemud.lib.MudObject
        |
        +--org.bluesock.bluemud.lib.MudEvent
              |
              +--org.bluesock.bluemud.driver.InputEvent
This event is responsible for forwarding player input from a User instance to a Controller instance, thereby guaranteeing that player input processing is scheduled by the Driver, preserving the appropriate ordering of in-game events.
| Constructor Summary | |
| InputEvent(User user,
           java.lang.String input) | |
| Method Summary | |
|  void | process()Simply passes the user input on to the Controller. | 
| Methods inherited from class org.bluesock.bluemud.lib.MudObject | 
| getObjectID | 
| Methods inherited from class java.lang.Object | 
|  | 
| Constructor Detail | 
public InputEvent(User user,
                  java.lang.String input)
| Method Detail | 
public void process()
process in class MudEvent| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||