mud.server.corba
Class ClientConnection

java.lang.Object
  extended by mud.server.corba.ClientConnection

public class ClientConnection
extends java.lang.Object


Constructor Summary
ClientConnection(int id, Client client)
           
 
Method Summary
 int getId()
           
 void pushEvent(Event event)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientConnection

public ClientConnection(int id,
                        Client client)
Method Detail

pushEvent

public void pushEvent(Event event)

getId

public int getId()