| Modifier and type | Action and description |
|---|---|
| abstract void | forEachStrongParticipant(Procedure2<P1,P2>)
Apply the given procedure to each of the strong participants. |
| abstract void | forEachWeakParticipant(Procedure2<P1,P2>)
Apply the given procedure to each of the weak participants. |
| abstract EventListener | getListenerFromStrongParticipant(UUID)
Replies the event listener with the given identifier into the registered strong participants. |
def forEachStrongParticipant(Procedure2<P1,P2>)
def forEachWeakParticipant(Procedure2<P1,P2>)
def getListenerFromStrongParticipant(UUID) : EventListener