stamp.util.dialer
Class ActionPause

java.lang.Object
  |
  +--stamp.util.dialer.DialerAction
        |
        +--stamp.util.dialer.ActionPause

public class ActionPause
extends DialerAction

Dialer pause action.


Constructor Summary
ActionPause(int delay)
          Create a pause action.
 
Method Summary
 int execute(DialerControl dialer)
          Executes the action.
 
Methods inherited from class java.lang.Object
equals
 

Constructor Detail

ActionPause

public ActionPause(int delay)
Create a pause action. The pause action will delay for a fixed amount of time.
Parameters:
delay - the amount of time to delay, measured in milliseconds. Maximum delay is 3 seconds.
Method Detail

execute

public int execute(DialerControl dialer)
Executes the action.
Overrides:
execute in class DialerAction
Returns:
the offset to the next action that should be executed.