Uses of Interface
com.github.devmix.process.acto.ActiveObjectContext
Packages that use ActiveObjectContext
-
Uses of ActiveObjectContext in com.github.devmix.process.acto.listeners
Methods in com.github.devmix.process.acto.listeners with parameters of type ActiveObjectContextModifier and TypeMethodDescriptionbooleanOnIdleListener.onObjectActivate(Idle.Activate message, ActiveObjectContext<T> context) Called when an object is activated due to an idle event.voidOnCreateListener.onObjectCreate(ActiveObjectContext<T> context) Method to be called when a new object is created within an Active Object context.booleanOnIdleListener.onObjectDeactivate(Idle.Deactivate message, ActiveObjectContext<T> context) Called when an object is deactivated due to an idle event.voidOnDestroyListener.onObjectDestroy(ActiveObjectContext<T> context) This method is called when an object is destroyed.OnMessageListener.onObjectMessage(Object message, ActiveObjectContext<T> context) This method is called when an object message is received.voidOnStartListener.onObjectStart(Start message, ActiveObjectContext<T> context) Called when an object starts.voidOnStopListener.onObjectStop(Stop message, ActiveObjectContext<T> context) Called when the active object is about to be stopped.