palmed
Class Result

java.lang.Object
  extended by palmed.Result
All Implemented Interfaces:
IResult

public final class Result
extends java.lang.Object
implements IResult

This class receives operation completion notifications.

Version:
$Revision$ $Date$
Author:
Mathieu Champlon

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

Result

public Result(javax.microedition.lcdui.Display display,
              javax.microedition.lcdui.Displayable next)
Create a result.

Parameters:
display - the display
next - the displayable to show after completion
Method Detail

complete

public void complete()
Report the completion of the operation.

Specified by:
complete in interface IResult

error

public void error(java.lang.String message)
Report an error.

Specified by:
error in interface IResult
Parameters:
message - the error message


Copyright © 2004-2006 PalmEd. All Rights Reserved.