public interface SpaceParticipantListener extends EventListener
Modifier and Type | Method and Description |
---|---|
void |
participantJoined(participant : Participant)
Invoked when a participant has joined a space.
|
void |
participantLeft(participant : Participant)
Invoked when a participant has left a space.
|
void |
setDefaultSpace(space : EventSpace)
Set the default only useful for the first space to be created
|
def
participantJoined(participant : Participant) : void
SpaceParticipantListener
participant
- the participant.def
participantLeft(participant : Participant) : void
SpaceParticipantListener
participant
- the participant.def
setDefaultSpace(space : EventSpace) : void
SpaceParticipantListener
space
- - the default space of the default contextCopyright © 2021 the original authors or authors.