|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpalmed.Result
public final class Result
This class receives operation completion notifications.
Constructor Summary | |
---|---|
Result(javax.microedition.lcdui.Display display,
javax.microedition.lcdui.Displayable next)
Create a result. |
Method Summary | |
---|---|
void |
complete()
Report the completion of the operation. |
void |
error(java.lang.String message)
Report an error. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Result(javax.microedition.lcdui.Display display, javax.microedition.lcdui.Displayable next)
display
- the displaynext
- the displayable to show after completionMethod Detail |
---|
public void complete()
complete
in interface IResult
public void error(java.lang.String message)
error
in interface IResult
message
- the error message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |