|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| 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 completion| Method Detail |
|---|
public void complete()
complete in interface IResultpublic void error(java.lang.String message)
error in interface IResultmessage - the error message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||