| Modifier and type | Action and description |
|---|---|
| abstract void | participantJoined(Participant)
Invoked when a participant has joined a space. |
| abstract void | participantLeft(Participant)
Invoked when a participant has left a space. |
| abstract void | setDefaultSpace(EventSpace)
Set the default only useful for the first space to be created |
def participantJoined(Participant)
def participantLeft(Participant)
def setDefaultSpace(EventSpace)