fuego.papi
Interface TaskExecution
- All Superinterfaces:
- Execution, Serializable
- public interface TaskExecution
- extends Execution
This interface allows a PAPI client to customize invocations over a task in interactive activities on client-side
components.
This interface is intended for advanced usage of PAPI.
getReturnValue
public Arguments getReturnValue()
- Deprecated. use
Execution.getResult() instead
- Finishes this execution and updates the arguments object passed to the task.
- Returns:
- the arguments object passed to the task
© Copyright 1996/2005 Fuego Inc. All Rights Reserved