|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Observer<ObservableType,Event>
This is a type-safe version of Observable
.
Method Summary | |
---|---|
void |
send(ObservableType aObservable,
Event aEvent)
Called when an event has occurred on the observable. |
Method Detail |
---|
void send(ObservableType aObservable, Event aEvent)
aObservable
- Observable.aEvent
- Event.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |