|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Untamed: The interface for any object that wishes to be informed when a program error has been logged. To register, the caller should call:
TraceController.errorWatcher(this, true);
To stop being informed, call:
TraceController.errorWatcher(this, false);
Method Summary | |
void |
notifyFatal()
Enabled: Notify a user that a fatal error has happened. |
void |
notifyOptional()
Enabled: If the user wants to hear about nonfatal bugs, notify her. |
Method Detail |
public void notifyFatal()
public void notifyOptional()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |