public class EventsObservable
extends <any>
| Modifier and Type | Class and Description |
|---|---|
static class |
EventsObservable.Event |
static class |
EventsObservable.EventType |
| Constructor and Description |
|---|
EventsObservable() |
| Modifier and Type | Method and Description |
|---|---|
static EventsObservable |
get() |
void |
notifyEvent(EventsObservable.EventType type) |
void |
notifyEvent(EventsObservable.EventType type,
java.lang.Object data) |
public static EventsObservable get()
public void notifyEvent(EventsObservable.EventType type)
public void notifyEvent(EventsObservable.EventType type, java.lang.Object data)