JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.codename1.util
Interface OnComplete<T>
public interface
OnComplete<T>
Invoked when a process is completed, this is a generic interface designed to replace the
SuccessCallback
interface.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
completed
(
T
v)
Invoked to indicate the process was completed
Method Detail
completed
void completed(
T
v)
Invoked to indicate the process was completed
Parameters:
v
- the value of the process
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method