mud.client.corba
Class ClientImpl

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by mud.common.idl.clients.ClientPOA
          extended by mud.client.corba.ClientImpl
All Implemented Interfaces:
ClientOperations, org.omg.CORBA.portable.InvokeHandler

public class ClientImpl
extends ClientPOA


Constructor Summary
ClientImpl()
           
 
Method Summary
 void init(GameLoop gl, ChatView cv)
           
 void pushEvent(Event event)
          Receive events from the server
 
Methods inherited from class mud.common.idl.clients.ClientPOA
_all_interfaces, _invoke, _this, _this
 
Methods inherited from class org.omg.PortableServer.Servant
_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientImpl

public ClientImpl()
Method Detail

init

public void init(GameLoop gl,
                 ChatView cv)

pushEvent

public void pushEvent(Event event)
Receive events from the server