io.sarl.api.core
Event ContextLeft
All Superinterfaces:
java.io.Serializable
final event ContextLeft
extends Event
Notifies the behaviors of the agent that it has left a super-holon. The event is fired within the internal bus of the agent that have left a super-holon. The source of the event is the agent itself.
Maven Group Identifier:
io.sarl.sdk
Maven Artifact Identifier:
api.core
Property Summary
Inherited: source
Field Summary
Modifier and type Field and description
val java.util.UUID holonContextID
The identifier of the context in the super-holon.
Constructor Summary
Constructor and description
new(UUID)
Construct the event.
Action Summary
Field Details
holonContextID
val holonContextID : java.util.UUID
The identifier of the context in the super-holon.
Constructor Details
new(UUID)
new(UUID)
Construct the event.
Parameters:
contextID - the identifier of the context.