|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface can be used to report a normal or an error event. Clients can use these events to report normal or error conditions as the user is interacting with the entity whose status is being tracked.
| Method Summary | |
|---|---|
void |
handleErrorEvent(java.lang.String error)
Invoked to report an error condition to the listener. |
void |
handleOKEvent()
Invoked to report a normal condition to the listener. |
| Method Detail |
public void handleErrorEvent(java.lang.String error)
error - The error message causing the error.public void handleOKEvent()
|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||