public abstract class Observer
extends java.lang.Object
| Constructor | Description |
|---|---|
Observer() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getId() |
Gets observer id
|
abstract void |
notify(ObservableEvent event) |
Notifies an Observer about an Event.
|
public int getId()
public abstract void notify(@NonNull
ObservableEvent event)
event - an Event