LiveGraph
data visualisation and analysis framework

Uses of Class
org.LiveGraph.events.EventProcessingException

Packages that use EventProcessingException
org.LiveGraph.dataCache   
org.LiveGraph.events   
org.LiveGraph.gui   
org.LiveGraph.settings   
 

Uses of EventProcessingException in org.LiveGraph.dataCache
 

Methods in org.LiveGraph.dataCache with parameters of type EventProcessingException
 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.
 

Uses of EventProcessingException in org.LiveGraph.events
 

Methods in org.LiveGraph.events that return EventProcessingException
 EventProcessingException UncheckedEventProcessingException.getCause()
           
 

Methods in org.LiveGraph.events with parameters of type EventProcessingException
 boolean EventManager.eventProcessingException(Event<? extends EventType> event, EventProcessingException exception)
           
 boolean EventProducer.eventProcessingException(Event<? extends EventType> event, EventProcessingException exception)
           
private  void EventManager.raiseExceptionOccured(Event<? extends EventType> event, EventProcessingException exception)
           
 

Methods in org.LiveGraph.events that throw EventProcessingException
private  void EventManager.doRaiseEvent(Event<? extends EventType> event)
           
 boolean EventManager.eventValidateRaise(Event<? extends EventType> event)
           
 java.util.List<EventListener> EventManager.getInterestedListeners(Event<? extends EventType> event)
           
 boolean EventManager.validateEvent(Event<? extends EventType> event)
           
 

Constructors in org.LiveGraph.events with parameters of type EventProcessingException
UncheckedEventProcessingException(EventProcessingException actualException)
           
 

Uses of EventProcessingException in org.LiveGraph.gui
 

Methods in org.LiveGraph.gui with parameters of type EventProcessingException
 boolean GUIManager.eventProcessingException(Event<? extends EventType> event, EventProcessingException exception)
          ...
 boolean GUIManager.guiEventProcessingException(Event<GUIEvent> event, EventProcessingException exception)
           
 

Uses of EventProcessingException in org.LiveGraph.settings
 

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


LiveGraph
data visualisation and analysis framework