cse466.actions
Class DelayAction

java.lang.Object
  |
  +--cse466.actions.DelayAction
All Implemented Interfaces:
Action

public class DelayAction
extends java.lang.Object
implements Action


Field Summary
protected  long _length
           
 
Constructor Summary
DelayAction(long length)
           
 
Method Summary
 void run(java.io.OutputStream os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_length

protected long _length
Constructor Detail

DelayAction

public DelayAction(long length)
Method Detail

run

public void run(java.io.OutputStream os)
         throws java.io.IOException
Specified by:
run in interface Action
java.io.IOException