public abstract class Observer
extends java.lang.Object
Constructor and Description |
---|
Observer() |
Modifier and Type | Method and 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