mud.common.idl.clients.EventPackage
Class MoveEvent

java.lang.Object
  extended by mud.common.idl.clients.EventPackage.MoveEvent
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class MoveEvent
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

mud/common/idl/clients/EventPackage/MoveEvent.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from DOS.idl Tuesday, October 28, 2008 12:27:46 PM CET

See Also:
Serialized Form

Field Summary
 int direction
           
 int object_id
           
 int x
           
 int y
           
 
Constructor Summary
MoveEvent()
           
MoveEvent(int _x, int _y, int _direction, int _object_id)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public int x

y

public int y

direction

public int direction

object_id

public int object_id
Constructor Detail

MoveEvent

public MoveEvent()

MoveEvent

public MoveEvent(int _x,
                 int _y,
                 int _direction,
                 int _object_id)