de.adom.jade.kernel
Class ActorEvent

java.lang.Object
  extended by de.adom.jade.kernel.ActorEvent

public class ActorEvent
extends java.lang.Object

Implements an actor event.


Constructor Summary
ActorEvent()
           
 
Method Summary
 Actor getActor()
          Returns the actor responsibel for the event.
 void setActor(Actor actor)
          The actor from which the event originates.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActorEvent

public ActorEvent()
Method Detail

setActor

public void setActor(Actor actor)
The actor from which the event originates.

Parameters:
actor - the responsible actor

getActor

public Actor getActor()
Returns the actor responsibel for the event.

Returns:
the responsible actor