LiveGraph
data visualisation and analysis framework

Uses of Class
org.LiveGraph.dataCache.UpdateInvoker

Packages that use UpdateInvoker
org.LiveGraph   
org.LiveGraph.dataCache   
org.LiveGraph.gui   
 

Uses of UpdateInvoker in org.LiveGraph
 

Fields in org.LiveGraph declared as UpdateInvoker
private  UpdateInvoker LiveGraph.updateInvoker
          Application's data update invoker.
 

Uses of UpdateInvoker in org.LiveGraph.dataCache
 

Methods in org.LiveGraph.dataCache with parameters of type UpdateInvoker
 void UpdateInvokerObserver.timerTick(UpdateInvoker source)
           
 void UpdateInvokerObserver.updateFinished(UpdateInvoker source, java.lang.String errorMsg)
           
 void UpdateInvokerObserver.updateStarted(UpdateInvoker source)
           
 

Uses of UpdateInvoker in org.LiveGraph.gui
 

Methods in org.LiveGraph.gui with parameters of type UpdateInvoker
 void DataFileSettingsWindow.timerTick(UpdateInvoker source)
          Updates an apropriate label as the invoker counts down the time until the next update.
 void DataFileSettingsWindow.updateFinished(UpdateInvoker source, java.lang.String errorMsg)
          Displays an apropriate label when the invoker has finished an update from the data file.
 void DataFileSettingsWindow.updateStarted(UpdateInvoker source)
          Displays an apropriate label when the invoker has started an update from the data file.
 


LiveGraph
data visualisation and analysis framework