ca.sqlpower.wabit.report.chart
Class ChartDataChangedEvent

java.lang.Object
  extended by ca.sqlpower.wabit.report.chart.ChartDataChangedEvent

@Immutable
public class ChartDataChangedEvent
extends java.lang.Object

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

ChartDataChangedEvent

public ChartDataChangedEvent(@Nonnull
                             Chart source)
Parameters:
source -
Method Detail

getSource

@Nonnull
public Chart getSource()


Copyright © 2009. All Rights Reserved.