|
LiveGraph data visualisation and analysis framework |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataUpdateEvent | |
---|---|
org.LiveGraph.dataCache | |
org.LiveGraph.gui.dfs |
Uses of DataUpdateEvent in org.LiveGraph.dataCache |
---|
Methods in org.LiveGraph.dataCache that return DataUpdateEvent | |
---|---|
static DataUpdateEvent |
DataUpdateEvent.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DataUpdateEvent[] |
DataUpdateEvent.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.LiveGraph.dataCache that return types with arguments of type DataUpdateEvent | |
---|---|
private Event<DataUpdateEvent> |
DataStreamToCacheReader.checkUpdateCanStart(DataStreamReader reader)
Verifies that an update may begin by first checking whether another update is not in progress and then requesting all event listeners to verify a UPDIN_UpdateStart -event. |
private Event<DataUpdateEvent> |
DataStreamToCacheReader.doCheckUpdateCanStart()
Used by checkUpdateCanStart : Verifies that an update may begin by first checking
whether another update is not in progress and then requesting all event listeners to verify a
UPDIN_UpdateStart -event. |
Method parameters in org.LiveGraph.dataCache with type arguments of type DataUpdateEvent | |
---|---|
private void |
DataStreamToCacheReader.processDataUpdateEvent(Event<DataUpdateEvent> event)
Attempts to initiate an update when a UPDIN_InitiateUpdate -event is received. |
Uses of DataUpdateEvent in org.LiveGraph.gui.dfs |
---|
Method parameters in org.LiveGraph.gui.dfs with type arguments of type DataUpdateEvent | |
---|---|
private void |
DataFileSettingsPanel.processDataUpdateEvent(Event<DataUpdateEvent> event)
Updates the panel when an UpdateInvoker event occured. |
|
LiveGraph data visualisation and analysis framework |
|||||||||
PREV NEXT | FRAMES NO FRAMES |