Class Chart.AbstractItemEvent

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Chart.SlicePullInEvent, Chart.SlicePullOutEvent
Enclosing interface:
Chart<T extends Chart>

public abstract static class Chart.AbstractItemEvent extends Chart.AbstractChartEvent
See Also:
  • Constructor Details

    • AbstractItemEvent

      public AbstractItemEvent(Chart chart, DataItem dataItem)
  • Method Details

    • getDataItem

      @Nullable public DataItem getDataItem()
    • getDataItemNN

      public DataItem getDataItemNN()
    • getEntity

      @Nullable public Entity getEntity()
    • getEntityNN

      public Entity getEntityNN()