io.sarl.sre.janus.services.lifecycle
Class LifecycleServiceAdapter
All Superinterfaces:
LifecycleServiceListener, java.util.EventListener
Enclosing interface:
LifecycleServiceListener
static class LifecycleServiceAdapter
extends java.lang.Object
implements LifecycleServiceListener
Event adapter on events related to the life-cycle of an agent.
Maven Group Identifier:
io.sarl.sre.janus
Maven Artifact Identifier:
janus.kernel
Since:
0.10
Action Summary
Action Details
agentDestroyed(Agent,ConcurrentCollection<T>,Object)
def agentDestroyed(Agent,ConcurrentCollection<T>,Object)
agentKillFailure(UUID,ContextReference,Object)
def agentKillFailure(UUID,ContextReference,Object)
agentSpawned(UUID,Context,Class<T>,Agent,Object)
def agentSpawned(UUID,Context,Class<T>,Agent,Object)
agentSpawnFailure(UUID,Context,Class<T>,Object)
def agentSpawnFailure(UUID,Context,Class<T>,Object)