|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IEventSource
Objects that can send events
| Method Summary | ||
|---|---|---|
|
send(IEventSink sink,
Broadcast broadcast,
T payload)
Sends an event |
|
| Method Detail |
|---|
<T> void send(IEventSink sink,
Broadcast broadcast,
T payload)
T - type of payloadsink - object that will receive the eventbroadcast - if the object that receives the event needs to broadcast it to others, this is the
type of broadcast that should be usedpayload - event payload
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||