net.officefloor.demo.macro
Interface MacroTask

All Known Implementing Classes:
InputTextMacro, LeftClickMacro, MoveMouseMacro, PauseMacro, RightClickMacro, WaitMacro

public interface MacroTask

Task to be executed for the Macro.

Author:
Daniel Sagenschneider

Method Summary
 long getPostRunWaitTime()
          Obtains the time to wait after executing the MacroTask.
 void runMacroTask(MacroTaskContext context)
          Runs this MacroTask.
 

Method Detail

runMacroTask

void runMacroTask(MacroTaskContext context)
Runs this MacroTask.

Parameters:
context - MacroTaskContext.

getPostRunWaitTime

long getPostRunWaitTime()
Obtains the time to wait after executing the MacroTask.

Returns:
Time to wait after executing the MacroTask.


Copyright © 2005-2012. All Rights Reserved.