|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.sqlpower.wabit.report.chart.ChartDataChangedEvent
@Immutable public class ChartDataChangedEvent
Event object that carries notifications about a change in chart data which was not necessarily caused by a change in the chart's underlying result set. This is especially useful for the chart to request a repaint while following streaming queries.
| Constructor Summary | |
|---|---|
ChartDataChangedEvent(Chart source)
|
|
| Method Summary | |
|---|---|
Chart |
getSource()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChartDataChangedEvent(@Nonnull
Chart source)
source - | Method Detail |
|---|
@Nonnull public Chart getSource()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||