|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.globalse.arena.frag.events.Event | +--org.globalse.arena.frag.events.ObjectActionEvent
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 $
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 |
public java.lang.String object
Constructor Detail |
public ObjectActionEvent()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |