Uses of Interface
com.evelopers.unimod.runtime.LifeCycleManager

Packages that use LifeCycleManager
com.evelopers.unimod.runtime   
 

Uses of LifeCycleManager in com.evelopers.unimod.runtime
 

Subinterfaces of LifeCycleManager in com.evelopers.unimod.runtime
 interface ControlledObjectsManager
          Implementors of this interface manages controlled objects' life cycles.
 interface EventManager
          The implemetors of this interface manages events sent to ModelEngine.
 interface EventProvidersManager
          The implementors of this interface manges life cycle of event providers
 

Classes in com.evelopers.unimod.runtime that implement LifeCycleManager
 class QueuedHandler
          Event handler with queue of event support.
 class StrictHandler
          Process event in the same thread it was received