Interface Action
- All Known Subinterfaces:
WindowJob
- All Known Implementing Classes:
ActionProducer, Operator.NoBlockingAction, Test, WindowManager.ModalDialogChoosingJob
public interface Action
Defines an action to be executed by
ActionProducer instance.- Author:
- Alexandre Iline (alexandre.iline@sun.com)
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the description value.Executes this action.
-
Method Details
-
launch
Executes this action.- Parameters:
obj- action argument. This argument might be the method parameter in an invocation ofActionProducer.produceAction(Object). This argument might be ajava.lang.String[]that lists the command line arguments used to execute a test (or not).- Returns:
- action result.
-
getDescription
-