public interface InternalContextMembershipListener extends EventListener
Modifier and Type | Method and Description |
---|---|
void |
contextJoined(futureContext : UUID,
futureContextDefaultSpaceID : UUID)
Fires an
ContextJoined event into the Inner Context default space of the owner agent to notify behaviors/members
that a new context has been joined. |
void |
contextLeft(contextID : UUID)
Fires an
ContextLeft event into the Inner Context Default space of the owner agent to notify behaviors/members that
the specified context has been left. |
def
contextJoined(futureContext : UUID,
futureContextDefaultSpaceID : UUID) : void
InternalContextMembershipListener
ContextJoined
event into the Inner Context default space of the owner agent to notify behaviors/members
that a new context has been joined.futureContext
- ID of the newly joined contextfutureContextDefaultSpaceID
- ID of the default space of the newly joined contextdef
contextLeft(contextID : UUID) : void
InternalContextMembershipListener
ContextLeft
event into the Inner Context Default space of the owner agent to notify behaviors/members that
the specified context has been left.contextID
- the ID of context that will be leftCopyright © 2021 the original authors or authors.