io.sarl.sre.janus.internal
Class SubHolonContextEventEmitter
All Superinterfaces:
InternalContextMembershipListener, java.util.EventListener
class SubHolonContextEventEmitter
extends java.lang.Object
implements InternalContextMembershipListener
Emit the context member platform events.
Maven Group Identifier:
io.sarl.sre.janus
Maven Artifact Identifier:
janus.kernel
Constructor Summary
Constructor and description
new(Agent,Provider<T>,Provider<T>)
Constructors.
Action Summary
Modifier and type Action and description
void contextJoined(UUID,UUID)
void contextLeft(UUID)
Constructor Details
new(Agent,Provider<T>,Provider<T>)
new(Agent,Provider<T>,Provider<T>)
Constructors.
Parameters:
owner - the owner of this emitter.
factories - provider of factories tool.
agentLevelInjector - the dynamic injector at the agent level.
Action Details
contextJoined(UUID,UUID)
def contextJoined(UUID,UUID)
contextLeft(UUID)
def contextLeft(UUID)