Interface MonitoringDataContainer
-
- All Superinterfaces:
CleanUpHandler
,Comparable<DataContainer>
,DataContainer
,UndoHandler
,UndoHandlerWithQuickAccess
- All Known Implementing Classes:
FileContainer
public interface MonitoringDataContainer extends DataContainer
Interface for data containers that monitor their source for changes.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasSourceChanged()
Returns true if the source has changed.-
Methods inherited from interface adams.core.CleanUpHandler
cleanUp
-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface adams.gui.tools.wekainvestigator.data.DataContainer
canReload, getData, getID, getSource, isModified, lastUpdated, reload, setData, setModified
-
Methods inherited from interface adams.gui.core.UndoHandler
getUndo, isUndoSupported, setUndo
-
Methods inherited from interface adams.gui.core.UndoHandlerWithQuickAccess
addUndoPoint, redo, undo
-
-