Interface MonitoringDataContainer
-
- All Superinterfaces:
adams.core.CleanUpHandler
,Comparable<DataContainer>
,DataContainer
,adams.gui.core.UndoHandler
,adams.gui.core.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 java.lang.Comparable
compareTo
-
Methods inherited from interface adams.gui.tools.wekainvestigator.data.DataContainer
canReload, getData, getID, getSource, isModified, lastUpdated, reload, setData, setModified
-
-