|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TaskObserver
Interface that must be implemented by the task observers.
| Method Summary | |
|---|---|
void |
notifyAdd(Task task)
This method will be called when an observer is added to a task. |
void |
update(Task task)
This method will be called when a task notify changes to the observer. |
| Method Detail |
|---|
void notifyAdd(Task task)
task - The task that is adding the observer.void update(Task task)
task - The task notifying the changes.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||