|
TPTP 4.2.0 Testing Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Observer nested interface, used as the callback for when observed events take place and notification is sent out, used in conjunction with the add and remove observer methods
IDataProcessorObservable.addObserver(IDataProcessorObservable.Observer),
IDataProcessorObservable.removeObserver(IDataProcessorObservable.Observer)| Method Summary | |
|---|---|
void |
clean(IDataProcessorObservable context)
Notification that the observed cleaned up their state |
void |
start(IDataProcessorObservable context)
Notification that the observed started its function |
void |
stop(IDataProcessorObservable context)
Notification that the observed stopped its function |
| Method Detail |
public void clean(IDataProcessorObservable context)
context - the data processor that is cleaning itselfpublic void start(IDataProcessorObservable context)
context - the data processor that is starting uppublic void stop(IDataProcessorObservable context)
context - the data processor that has stopped its function, occurs
before the clean event, but after the start event
|
TPTP 4.2.0 Testing Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||