Monitor.Omr
Class Frequency

java.lang.Object
  |
  +--Monitor.Omr.Frequency

public class Frequency
extends java.lang.Object

Hold the value of the frequency on which the monitoring processes must occur. This class simply encapsulate the value of the frequency in seconds that the monitoring process must occur.


Constructor Summary
Frequency(int initial_frequency)
           
 
Method Summary
 int get()
           
 void set(int new_frequency)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Frequency

public Frequency(int initial_frequency)
Method Detail

get

public int get()

set

public void set(int new_frequency)