Class AbstractTimestampsModel
java.lang.Object
org.teamapps.ux.component.timegraph.model.timestamps.AbstractTimestampsModel
- All Implemented Interfaces:
TimestampsModel
- Direct Known Subclasses:
StaticTimestampsModel
public abstract class AbstractTimestampsModel extends java.lang.Object implements TimestampsModel
-
Field Summary
Fields Modifier and Type Field Description Event<java.lang.Void>onDataChanged -
Constructor Summary
Constructors Constructor Description AbstractTimestampsModel() -
Method Summary
Modifier and Type Method Description Event<java.lang.Void>onDataChanged()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.teamapps.ux.component.timegraph.model.timestamps.TimestampsModel
getDomainX, getTimestamps
-
Field Details
-
Constructor Details
-
AbstractTimestampsModel
public AbstractTimestampsModel()
-
-
Method Details
-
onDataChanged
- Specified by:
onDataChangedin interfaceTimestampsModel
-