mud.common.idl.clients.EventPackage
Class DropEvent

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

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

mud/common/idl/clients/EventPackage/DropEvent.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 creature_id
           
 int item_id
           
 
Constructor Summary
DropEvent()
           
DropEvent(int _item_id, int _creature_id)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

item_id

public int item_id

creature_id

public int creature_id
Constructor Detail

DropEvent

public DropEvent()

DropEvent

public DropEvent(int _item_id,
                 int _creature_id)