| Modifier and type | Action and description |
|---|---|
| default Address | register(EventListener,[boolean])
Registers the participant inside this space.
Deprecated since 0.12: since 0.12, see registerStrongParticipant(EventListener) and registerStrongParticipant(EventListener).
|
| abstract Address | registerStrongParticipant(EventListener)
Registers the strong participant inside this space. |
| abstract Address | registerWeakParticipant(EventListener)
Registers the weak participant inside this space. |
| abstract Address | unregister(EventListener)
Unregisters the entity inside this space. |
def register(EventListener,[boolean]) : Addressfires ParticipantJoined
def registerStrongParticipant(EventListener) : Addressfires ParticipantJoined
def registerWeakParticipant(EventListener) : Addressfires ParticipantJoined
def unregister(EventListener) : Addressfires ParticipantLeft