palmed.buffer
Interface IResult

All Known Implementing Classes:
Result

public interface IResult

This interface defines an operation result handler.

Its purpose is to be notified of asynchronous operations completion or failure.

Version:
$Revision: 264 $ $Date: 2005-09-27 05:51:16 +0900 (mar., 27 sept. 2005) $
Author:
Mathieu Champlon

Method Summary
 void complete()
          Report the completion of the operation.
 void error(java.lang.String message)
          Report an error.
 

Method Detail

complete

void complete()
Report the completion of the operation.


error

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

Parameters:
message - the error message


Copyright © 2004-2006 PalmEd. All Rights Reserved.