LiveGraph
data visualisation and analysis framework

Uses of Class
org.LiveGraph.events.EventManager

Packages that use EventManager
org.LiveGraph   
org.LiveGraph.dataCache   
org.LiveGraph.events   
org.LiveGraph.gui   
org.LiveGraph.plot   
 

Uses of EventManager in org.LiveGraph
 

Fields in org.LiveGraph declared as EventManager
private  EventManager LiveGraph.eventManager
           
 

Methods in org.LiveGraph that return EventManager
 EventManager LiveGraph.eventManager()
          Gets the applications' global event manager.
 

Methods in org.LiveGraph with parameters of type EventManager
 void LiveGraph.TidyUpAfterEventManagerShutDown.hasShutDown(EventManager evMan)
           
 

Uses of EventManager in org.LiveGraph.dataCache
 

Methods in org.LiveGraph.dataCache with parameters of type EventManager
 void DataStreamToCacheReader.completedRegisterWithEventManager(EventManager manager)
          Does nothing.
 void UpdateInvoker.completedRegisterWithEventManager(EventManager manager)
          Does nothing.
 void DataStreamToCacheReader.completedUnregisterWithEventManager(EventManager manager)
          Does nothing.
 void UpdateInvoker.completedUnregisterWithEventManager(EventManager manager)
          Does nothing.
 boolean DataStreamToCacheReader.permissionRegisterWithEventManager(EventManager manager)
          Permits to register as listener with the main LiveGraph event manager and only with the main LiveGraph event manager.
 boolean UpdateInvoker.permissionRegisterWithEventManager(EventManager manager)
          Permits to register as listener with the main LiveGraph event manager and only with the main LiveGraph event manager.
 boolean DataStreamToCacheReader.permissionUnregisterWithEventManager(EventManager manager)
          Does not permit any unregistering.
 boolean UpdateInvoker.permissionUnregisterWithEventManager(EventManager manager)
          Does not permit any unregistering.
 

Uses of EventManager in org.LiveGraph.events
 

Methods in org.LiveGraph.events with parameters of type EventManager
 void EventListener.completedRegisterWithEventManager(EventManager manager)
           
 void EventListener.completedUnregisterWithEventManager(EventManager manager)
           
 void EventManager.ShutDownHook.hasShutDown(EventManager eventManager)
           
 boolean EventListener.permissionRegisterWithEventManager(EventManager manager)
           
 boolean EventListener.permissionUnregisterWithEventManager(EventManager manager)
           
 

Uses of EventManager in org.LiveGraph.gui
 

Methods in org.LiveGraph.gui with parameters of type EventManager
 void LiveGraphFrame.completedRegisterWithEventManager(EventManager manager)
          Does nothing.
 void LiveGraphSettingsPanel.completedRegisterWithEventManager(EventManager manager)
          Does nothing.
 void MainMenuBar.completedRegisterWithEventManager(EventManager manager)
          Does nothing.
 void LiveGraphFrame.completedUnregisterWithEventManager(EventManager manager)
          Does nothing.
 void LiveGraphSettingsPanel.completedUnregisterWithEventManager(EventManager manager)
          Does nothing.
 void MainMenuBar.completedUnregisterWithEventManager(EventManager manager)
          Does nothing.
 boolean LiveGraphFrame.permissionRegisterWithEventManager(EventManager manager)
          Permits to register as listener with the main LiveGraph event manager and only with the main LiveGraph event manager.
 boolean LiveGraphSettingsPanel.permissionRegisterWithEventManager(EventManager manager)
          Permits to register as listener with the main LiveGraph event manager and only with the main LiveGraph event manager.
 boolean MainMenuBar.permissionRegisterWithEventManager(EventManager manager)
          Permits to register as listener with the main LiveGraph event manager and only with the main LiveGraph event manager.
 boolean LiveGraphFrame.permissionUnregisterWithEventManager(EventManager manager)
          Does not permit any unregistering.
 boolean LiveGraphSettingsPanel.permissionUnregisterWithEventManager(EventManager manager)
          Does not permit any unregistering.
 boolean MainMenuBar.permissionUnregisterWithEventManager(EventManager manager)
          Does not permit any unregistering.
 

Uses of EventManager in org.LiveGraph.plot
 

Methods in org.LiveGraph.plot with parameters of type EventManager
 void Plotter.completedRegisterWithEventManager(EventManager manager)
          Does nothing.
 void Plotter.completedUnregisterWithEventManager(EventManager manager)
          Does nothing.
 boolean Plotter.permissionRegisterWithEventManager(EventManager manager)
          Permits to register as listener with the main LiveGraph event manager and only with the main LiveGraph event manager.
 boolean Plotter.permissionUnregisterWithEventManager(EventManager manager)
          Does not permit any unregistering.
 


LiveGraph
data visualisation and analysis framework