LiveGraph
data visualisation and analysis framework

Uses of Interface
org.LiveGraph.events.EventType

Packages that use EventType
org.LiveGraph.dataCache   
org.LiveGraph.events   
org.LiveGraph.gui   
org.LiveGraph.gui.dfs   
org.LiveGraph.gui.dss   
org.LiveGraph.gui.gs   
org.LiveGraph.gui.msg   
org.LiveGraph.gui.plot   
org.LiveGraph.plot   
org.LiveGraph.settings   
 

Uses of EventType in org.LiveGraph.dataCache
 

Classes in org.LiveGraph.dataCache that implement EventType
 class CacheEvent
          Defines cache event types.
 class DataUpdateEvent
          Event types related to data updates.
 

Method parameters in org.LiveGraph.dataCache with type arguments of type EventType
 boolean DataStreamToCacheReader.checkEventInterest(Event<? extends EventType> event)
          Does nothing.
 boolean UpdateInvoker.checkEventInterest(Event<? extends EventType> event)
          Does nothing.
 boolean DataStreamToCacheReader.checkEventValid(Event<? extends EventType> event, boolean soFar)
          Does nothing.
 boolean UpdateInvoker.checkEventValid(Event<? extends EventType> event, boolean soFar)
          Validates (or not) settings event.
 boolean DataCache.eventProcessingException(Event<? extends EventType> event, EventProcessingException exception)
          Objects of this class do not handle eventProcessingException notofications.
 boolean DataStreamToCacheReader.eventProcessingException(Event<? extends EventType> event, EventProcessingException exception)
          Does nothing.
 boolean UpdateInvoker.eventProcessingException(Event<? extends EventType> event, EventProcessingException exception)
          Objects of this class do not handle eventProcessingException notofications.
 void DataCache.eventProcessingFinished(Event<? extends EventType> event)
          Objects of this class do not handle eventProcessingFinished notifications.
 void DataStreamToCacheReader.eventProcessingFinished(Event<? extends EventType> event)
          Does nothing.
 void UpdateInvoker.eventProcessingFinished(Event<? extends EventType> event)
          Objects of this class do not handle eventProcessingFinished notifications.
 void DataStreamToCacheReader.eventRaised(Event<? extends EventType> event)
          Processes LiveGraph events.
 void UpdateInvoker.eventRaised(Event<? extends EventType> event)
          Processes events.
 

Uses of EventType in org.LiveGraph.events
 

Classes in org.LiveGraph.events with type parameters of type EventType
 class Event<ET extends EventType>
           
 

Classes in org.LiveGraph.events that implement EventType
 class SystemEvent
          The system level event types of the LiveGraph event engine are defined here.
 

Fields in org.LiveGraph.events declared as EventType
private  ET Event.type
           
 

Fields in org.LiveGraph.events with type parameters of type EventType
private  Event<? extends EventType> EventProcessingException.Cause.event
           
private  Event<? extends EventType> ValidationRequirementException.event
           
private  java.util.Queue<Event<? extends EventType>> EventManager.eventQueue
           
 

Methods in org.LiveGraph.events with type parameters of type EventType
<T extends EventType>
Event<T>
Event.cast(java.lang.Class<T> domain)
           
 

Methods in org.LiveGraph.events that return types with arguments of type EventType
 Event<? extends EventType> EventProcessingException.Cause.getCausingEvent()
           
 Event<? extends EventType> ValidationRequirementException.getEvent()
           
 

Method parameters in org.LiveGraph.events with type arguments of type EventType
 void EventProcessingException.addCause(Event<? extends EventType> event, EventListener listener, java.lang.Throwable exception)
           
 boolean EventListener.checkEventInterest(Event<? extends EventType> event)
           
 boolean EventListener.checkEventValid(Event<? extends EventType> event, boolean soFar)
           
private  void EventManager.doRaiseEvent(Event<? extends EventType> event)
           
 boolean EventManager.eventProcessingException(Event<? extends EventType> event, EventProcessingException exception)
           
 boolean EventProducer.eventProcessingException(Event<? extends EventType> event, EventProcessingException exception)
           
 void EventManager.eventProcessingFinished(Event<? extends EventType> event)
           
 void EventProducer.eventProcessingFinished(Event<? extends EventType> event)
           
 void EventListener.eventRaised(Event<? extends EventType> event)
           
 boolean EventManager.eventValidateRaise(Event<? extends EventType> event)
           
 java.util.List<EventListener> EventManager.getInterestedListeners(Event<? extends EventType> event)
           
 void EventManager.raiseEvent(Event<? extends EventType> event)
           
private  void EventManager.raiseExceptionOccured(Event<? extends EventType> event, EventProcessingException exception)
           
 boolean EventManager.validateEvent(Event<? extends EventType> event)
           
 

Constructor parameters in org.LiveGraph.events with type arguments of type EventType
EventProcessingException.Cause(Event<? extends EventType> ev, EventListener li, java.lang.Throwable ex)
           
ValidationRequirementException(Event<? extends EventType> event, ValidationRequirementException.FailedOperation failedOperation)
           
 

Uses of EventType in org.LiveGraph.gui
 

Classes in org.LiveGraph.gui that implement EventType
 class GUIEvent
           
 

Method parameters in org.LiveGraph.gui with type arguments of type EventType
 boolean LiveGraphFrame.checkEventInterest(Event<? extends EventType> event)
          Does nothing.
 boolean LiveGraphSettingsPanel.checkEventInterest(Event<? extends EventType> event)
          Does nothing.
 boolean MainMenuBar.checkEventInterest(Event<? extends EventType> event)
          Does nothing.
 boolean LiveGraphFrame.checkEventValid(Event<? extends EventType> event, boolean soFar)
          Does nothing.
 boolean LiveGraphSettingsPanel.checkEventValid(Event<? extends EventType> event, boolean soFar)
          Does nothing.
 boolean MainMenuBar.checkEventValid(Event<? extends EventType> event, boolean soFar)
          Does nothing.
 boolean GUIManager.eventProcessingException(Event<? extends EventType> event, EventProcessingException exception)
          ...
 void GUIManager.eventProcessingFinished(Event<? extends EventType> event)
          ...
 void LiveGraphFrame.eventRaised(Event<? extends EventType> event)
          Calls LiveGraphFrame.processGUIEvent(Event) to process LiveGraph GUI events.
 void LiveGraphSettingsPanel.eventRaised(Event<? extends EventType> event)
          Calls LiveGraphSettingsPanel.processSettingsEvent(Event) to process LiveGraph settings events.
 void MainMenuBar.eventRaised(Event<? extends EventType> event)
          Processes events.
 

Uses of EventType in org.LiveGraph.gui.dfs
 

Method parameters in org.LiveGraph.gui.dfs with type arguments of type EventType
 void DataFileSettingsPanel.eventRaised(Event<? extends EventType> event)
          Processes events.
 

Uses of EventType in org.LiveGraph.gui.dss
 

Method parameters in org.LiveGraph.gui.dss with type arguments of type EventType
 void SeriesSettingsPanel.eventRaised(Event<? extends EventType> event)
          Processes events.
 

Uses of EventType in org.LiveGraph.gui.gs
 

Method parameters in org.LiveGraph.gui.gs with type arguments of type EventType
 void GraphSettingsPanel.eventRaised(Event<? extends EventType> event)
          Processes events.
 

Uses of EventType in org.LiveGraph.gui.msg
 

Method parameters in org.LiveGraph.gui.msg with type arguments of type EventType
 void MessagePanel.eventRaised(Event<? extends EventType> event)
          Processes events.
 

Uses of EventType in org.LiveGraph.gui.plot
 

Method parameters in org.LiveGraph.gui.plot with type arguments of type EventType
 void PlotPanel.eventRaised(Event<? extends EventType> event)
          Processes events.
 

Uses of EventType in org.LiveGraph.plot
 

Method parameters in org.LiveGraph.plot with type arguments of type EventType
 boolean Plotter.checkEventInterest(Event<? extends EventType> event)
          Does nothing.
 boolean Plotter.checkEventValid(Event<? extends EventType> event, boolean soFar)
          Does nothing.
 void Plotter.eventRaised(Event<? extends EventType> event)
          Processes events.
 

Uses of EventType in org.LiveGraph.settings
 

Classes in org.LiveGraph.settings that implement EventType
 class SettingsEvent
          This class defines the event types for events that may be raised by any of the LiveGraph settings objects to notify various application components of a changed setting.
 

Method parameters in org.LiveGraph.settings with type arguments of type EventType
 boolean ObservableSettings.eventProcessingException(Event<? extends EventType> event, EventProcessingException exception)
          Objects of this class do not handle eventProcessingException notofications.
 void ObservableSettings.eventProcessingFinished(Event<? extends EventType> event)
           
 


LiveGraph
data visualisation and analysis framework