Jeospace API

org.jeospace.simulation
Interface ChronAlarmQueue


public interface ChronAlarmQueue

The requirements for maintaining an alarm queue

Version:
$Revision: 1.1.1.1 $
Author:
Rex Melton

Method Summary
 void addAlarm(ChronAlarm alarm)
          Add an alarm to the queue.
 void removeAlarm(ChronAlarm alarm)
          Remove an alarm from the queue.
 void trigger()
          Trigger the queue processing
 

Method Detail

addAlarm

public void addAlarm(ChronAlarm alarm)
Add an alarm to the queue.

Parameters:
alarm - the alarm to add.

removeAlarm

public void removeAlarm(ChronAlarm alarm)
Remove an alarm from the queue.

Parameters:
alarm - the alarm to remove.

trigger

public void trigger()
Trigger the queue processing


Jeospace API

Copyright © 2006 - jeospace.org