com.rednels.ofcgwt.client
Interface IChartListener


public interface IChartListener

An interface that listeners of chart events should implement


Method Summary
 void handleChartReadyEvent()
          Sent when a Chart Ready event that the listener has registered for occurs.
 void imageSavedEvent()
          Sent when a Image Saved event that the listener has registered for occurs.
 

Method Detail

handleChartReadyEvent

void handleChartReadyEvent()
Sent when a Chart Ready event that the listener has registered for occurs.


imageSavedEvent

void imageSavedEvent()
Sent when a Image Saved event that the listener has registered for occurs.