public class MulticastEvent<EventArg>
extends java.lang.Object
| Constructor and Description |
|---|
MulticastEvent() |
| Modifier and Type | Method and Description |
|---|---|
void |
invoke(java.lang.Object sender,
EventArg arg) |
void |
subscribe(EventCallback<EventArg> callback) |
static <EventArg> MulticastEvent<EventArg> |
Subscribe(MulticastEvent<EventArg> e,
EventCallback<EventArg> callback) |
void |
unsubscribe(EventCallback<EventArg> callback) |
public static <EventArg> MulticastEvent<EventArg> Subscribe(MulticastEvent<EventArg> e, EventCallback<EventArg> callback)
public void subscribe(EventCallback<EventArg> callback)
public void unsubscribe(EventCallback<EventArg> callback)
public void invoke(java.lang.Object sender,
EventArg arg)