de.adom.jade.kernel
Interface ActorListener

All Known Implementing Classes:
ActorAdapter

public interface ActorListener

Listens to the actions of actors.


Method Summary
 void afterAction(ActorEvent event)
          Is called after an actor acts.
 void beforeAction(ActorEvent event)
          Is called before an actor acts.
 

Method Detail

beforeAction

void beforeAction(ActorEvent event)
Is called before an actor acts.

Parameters:
event - the actor event

afterAction

void afterAction(ActorEvent event)
Is called after an actor acts.

Parameters:
event - the actor event