org.moxieapps.gwt.highcharts.client.events
Class ChartRedrawEvent

java.lang.Object
  extended by org.moxieapps.gwt.highcharts.client.events.ChartRedrawEvent

public class ChartRedrawEvent
extends Object

Provides access to the raw information provided by Highcharts when a chart redraw event occurs. This class is really provided for symmetry and future proofing the API, as in the current version no information is provided on redraw events.

Since:
1.1.0
Author:
squinn@moxiegroup.com (Shawn Quinn)

Constructor Summary
ChartRedrawEvent(com.google.gwt.core.client.JavaScriptObject event)
          This constructor is intended for internal use only.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartRedrawEvent

public ChartRedrawEvent(com.google.gwt.core.client.JavaScriptObject event)
This constructor is intended for internal use only. You should not create redraw events directly, but instead should register a ChartRedrawEventHandler.

Parameters:
event - The native javascript object containing the details of the original event that was fired.


Copyright © 2015. All Rights Reserved.