HBCSim
Class Observer

HBCSim.Observer

public class Observer

Class to represent an observer noting quote lenghts at regular intervals


Field Summary
static HBCSim.Observer.Observe nextObservation
          The next observation
 
Method Summary
static int getInterval()
          Returns with the current observation interval.
static void setInterval(int thisInterval)
          Sets in the observation interval
 

Field Detail

nextObservation

public static HBCSim.Observer.Observe nextObservation
The next observation
Method Detail

setInterval

public static void setInterval(int thisInterval)
Sets in the observation interval

getInterval

public static int getInterval()
Returns with the current observation interval.