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

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

public class ChartLoadEvent
extends Object

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

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

Constructor Summary
ChartLoadEvent(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

ChartLoadEvent

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

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


Copyright © 2015. All Rights Reserved.