Class AbstractIncidentGraphModel
java.lang.Object
org.teamapps.ux.component.timegraph.model.AbstractIncidentGraphModel
- All Implemented Interfaces:
GraphModel<IncidentGraphData>,IncidentGraphModel
public abstract class AbstractIncidentGraphModel extends java.lang.Object implements IncidentGraphModel
-
Field Summary
Fields Modifier and Type Field Description Event<java.lang.Void>onDataChanged -
Constructor Summary
Constructors Constructor Description AbstractIncidentGraphModel() -
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.GraphModel
getData, getDomainX, onDataChanged
-
Field Details
-
Constructor Details
-
AbstractIncidentGraphModel
public AbstractIncidentGraphModel()
-
-
Method Details
-
onDataChanged
- Specified by:
onDataChangedin interfaceGraphModel<D extends GraphData>
-