Jeospace API

Uses of Interface
org.jeospace.event.ChronAlarmListener

Packages that use ChronAlarmListener
org.jeospace.simulation Contains classes to configure, manage and control the simulation/visulation environment. 
 

Uses of ChronAlarmListener in org.jeospace.simulation
 

Methods in org.jeospace.simulation with parameters of type ChronAlarmListener
 ChronAlarm ChronManager.createChronAlarm(ChronAlarmListener listener, java.lang.Object listenerID, ChronPeriod interval, boolean repeat)
          Create a new ChronAlarm.
 ChronAlarm ChronAlarmFactory.createChronAlarm(ChronAlarmListener listener, java.lang.Object listenerID, ChronPeriod interval, boolean repeat)
          Create a new alarm.
 void ChronAlarm.addChronAlarmListener(ChronAlarmListener listener)
          Add a listener to the ChronAlarm.
 void ChronAlarm.removeChronAlarmListener(ChronAlarmListener listener)
          Remove a listener from the ChronAlarm.
 


Jeospace API

Copyright © 2006 - jeospace.org