|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProblemUpdateListener
A Listener fired when a Problem is changed. This class is used by the
ProblemListener to notify objects of a new or changed problem.
| Method Summary | |
|---|---|
void |
onProblemAdd(Problem p)
Callback used when a problem has been added. |
void |
onProblemUpdate(Problem p)
Callback used when a problem has been updated. |
| Method Detail |
|---|
void onProblemAdd(Problem p)
p - The problem that has been added.void onProblemUpdate(Problem p)
p - The problem that was updated.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||