io.sarl.sre.janus.internal
Class AgentEventEmitter
All Superinterfaces:
LifecycleServiceListener, java.util.EventListener
class AgentEventEmitter
extends java.lang.Object
implements LifecycleServiceListener
Emit the agent platform events.
Maven Group Identifier:
io.sarl.sre.janus
Maven Artifact Identifier:
janus.kernel
Constructor Summary
Constructor and description
new(Logger)
Action Summary
Constructor Details
new(Logger)
new(Logger)
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)