Class AbstractGraphGroupModel

java.lang.Object
org.teamapps.ux.component.timegraph.model.AbstractGraphGroupModel
All Implemented Interfaces:
GraphGroupModel, GraphModel<GraphGroupData>

public abstract class AbstractGraphGroupModel
extends java.lang.Object
implements GraphGroupModel
  • Field Summary

    Fields
    Modifier and Type Field Description
    Event<java.lang.Void> onDataChanged  
  • Constructor Summary

    Constructors
    Constructor Description
    AbstractGraphGroupModel()  
  • 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, wait

    Methods inherited from interface org.teamapps.ux.component.timegraph.model.GraphModel

    getData, getDomainX, onDataChanged
  • Field Details

    • onDataChanged

      public final Event<java.lang.Void> onDataChanged
  • Constructor Details

    • AbstractGraphGroupModel

      public AbstractGraphGroupModel()
  • Method Details