org.bluesock.bluemud.driver
Class ConnectEvent

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

public class ConnectEvent
extends MudEvent

The ConnectEvent is responsible for binding a User object to a login object. The User exists in Java space, but the login exists in Python space. When processed, this event will create a new login object and bind it to the given User object.


Constructor Summary
(package private) ConnectEvent(User newUser)
           
 
Method Summary
 void process()
          Creates an instance of the mudlib LoginController class and binds it to the User instance with which this event was constructed.
 
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

ConnectEvent

ConnectEvent(User newUser)
Method Detail

process

public void process()
Creates an instance of the mudlib LoginController class and binds it to the User instance with which this event was constructed.
Overrides:
process in class MudEvent


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