io.sarl.api.core
Event ParticipantJoined
All Superinterfaces:
java.io.Serializable
final event ParticipantJoined
extends Event
Notifies other participants that a member has effectively integrated the space. The event is fired within the default space of the context in which the agent entered a new space. The joining agent does not receive this event. The source of the event is the entering agent.
Maven Group Identifier:
io.sarl.sdk
Maven Artifact Identifier:
api.core
Since:
0.10
Property Summary
Inherited: source
Field Summary
Modifier and type Field and description
val SpaceID spaceID
The identifier of the space in which the agent is entering.
Constructor Summary
Constructor and description
new(Address,SpaceID)
Construct the event.
Action Summary
Field Details
spaceID
val spaceID : SpaceID
The identifier of the space in which the agent is entering.
Constructor Details
new(Address,SpaceID)
new(Address,SpaceID)
Construct the event.
Parameters:
source - the address of the emitter.
spaceID - the identifier of the space.