cse466.actions
Interface Action

All Known Implementing Classes:
DelayAction, PacketAction

public interface Action

Represents an action as described in the actions file. It can be either a delay or sending a packet.


Method Summary
 void run(java.io.OutputStream os)
           
 

Method Detail

run

public void run(java.io.OutputStream os)
         throws java.io.IOException
java.io.IOException