Uses of Class
jade.core.LifeCycle

Packages that use LifeCycle
jade.core This package contains the microkernel of JADE system. 
 

Uses of LifeCycle in jade.core
 

Methods in jade.core with parameters of type LifeCycle
 void Agent.changeStateTo(LifeCycle newLifeCycle)
           
 void LifeCycle.transitionFrom(LifeCycle from)
          This method is invoked as soon as we enter this LifeCycle state.
 boolean LifeCycle.transitionTo(LifeCycle to)
          This method is invoked just before leaving this LifeCycle state.