Uses of Class
jade.core.behaviours.Behaviour.RunnableChangedEvent

Packages that use Behaviour.RunnableChangedEvent
jade.core.behaviours This package is a subpackage of jade.core and contains the classes used to implement basic agent behaviours. 
 

Uses of Behaviour.RunnableChangedEvent in jade.core.behaviours
 

Fields in jade.core.behaviours declared as Behaviour.RunnableChangedEvent
protected  Behaviour.RunnableChangedEvent Behaviour.myEvent
          This event object will be re-used for every state change notification.
 

Methods in jade.core.behaviours with parameters of type Behaviour.RunnableChangedEvent
protected  void WrapperBehaviour.handle(Behaviour.RunnableChangedEvent rce)
           
protected  void ThreadedBehaviourFactory.ThreadedBehaviourWrapper.handle(Behaviour.RunnableChangedEvent rce)
          Propagate a DOWNWARDS event (typically this happens when this ThreadedBehaviourWrapper is added as a child of a CompositeBehaviour and the latter, or an ancestor, is blocked/restarted) to the wrapped threaded behaviour.
protected  void SerialBehaviour.handle(Behaviour.RunnableChangedEvent rce)
          Handle block/restart notifications.
protected  void ParallelBehaviour.handle(Behaviour.RunnableChangedEvent rce)
          Handle block/restart notifications.
protected  void Behaviour.handle(Behaviour.RunnableChangedEvent rce)
          Handler for block/restart events.