org.globalse.arena.frag.events
Class ObjectActionEvent

java.lang.Object
  |
  +--org.globalse.arena.frag.events.Event
        |
        +--org.globalse.arena.frag.events.ObjectActionEvent
Direct Known Subclasses:
DropItemEvent, ModifyEvent, PickUpItemEvent, PickUpSuccessEvent, TimerEvent, UseWithEvent

public class ObjectActionEvent
extends Event

When an object needs to be told to do something (i.e. "move"), an ObjectActionEvent must be sent to its associated ObjectManager. This allows the ObjectManager to check for state changes and react accordingly. $Id: ObjectActionEvent.html,v 1.1 2003/02/12 18:06:19 schoecke Exp $

See Also:
Serialized Form

Field Summary
 java.lang.String object
           
 
Fields inherited from class org.globalse.arena.frag.events.Event
game, recipient, sender
 
Constructor Summary
ObjectActionEvent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

object

public java.lang.String object
Constructor Detail

ObjectActionEvent

public ObjectActionEvent()



This page is hosted by the Chair for Applied Software Engineering of the Technische Universität München.
Imprint (Impressum)