edu.gwu.simplenetsim
Interface StackLayer

All Known Subinterfaces:
DatalinkLayer, NetworkLayer, TransportLayer

public interface StackLayer

Every layer derives from this, which has one method to implement.


Method Summary
 void timerBeep(int timerID, int time)
          This method is called by the simulator to indicate that a timer has gone off.
 

Method Detail

timerBeep

void timerBeep(int timerID,
               int time)
This method is called by the simulator to indicate that a timer has gone off. Time is counted in integer units.

Parameters:
timerID - an int value
time - an int value