LiveGraph
data visualisation and analysis framework

Uses of Interface
org.LiveGraph.dataCache.UpdateInvokerObserver

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

Uses of UpdateInvokerObserver in org.LiveGraph.dataCache
 

Fields in org.LiveGraph.dataCache with type parameters of type UpdateInvokerObserver
private  java.util.List<UpdateInvokerObserver> UpdateInvoker.observers
          List of observers.
 

Methods in org.LiveGraph.dataCache with parameters of type UpdateInvokerObserver
 boolean UpdateInvoker.addObserver(UpdateInvokerObserver observer)
          Add an observer to this invoker.
 boolean UpdateInvoker.hasObserver(UpdateInvokerObserver observer)
          Check for the specified observer.
 boolean UpdateInvoker.removeObserver(UpdateInvokerObserver observer)
          Removes an observer.
 

Uses of UpdateInvokerObserver in org.LiveGraph.gui
 

Classes in org.LiveGraph.gui that implement UpdateInvokerObserver
 class DataFileSettingsWindow
          The "Data File Settings" window of the application.
 


LiveGraph
data visualisation and analysis framework