Uses of Class
jade.core.behaviours.Behaviour.RunnableChangedEvent
-
Packages that use Behaviour.RunnableChangedEvent Package Description jade.core.behaviours This package is a subpackage ofjade.coreand 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 Modifier and Type Field Description protected Behaviour.RunnableChangedEventBehaviour. myEventThis event object will be re-used for every state change notification.Methods in jade.core.behaviours with parameters of type Behaviour.RunnableChangedEvent Modifier and Type Method Description protected voidBehaviour. handle(Behaviour.RunnableChangedEvent rce)Handler for block/restart events.protected voidParallelBehaviour. handle(Behaviour.RunnableChangedEvent rce)Handle block/restart notifications.protected voidSerialBehaviour. handle(Behaviour.RunnableChangedEvent rce)Handle block/restart notifications.protected voidThreadedBehaviourFactory.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 voidWrapperBehaviour. handle(Behaviour.RunnableChangedEvent rce)
-