Uses of Interface
org.pepstock.charba.client.ChartTimerTask
-
Packages that use ChartTimerTask Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.org.pepstock.charba.client.gwt.widgets Contains all charts classes wrapped as GWT widget in order to enable to use inside to GWT UIBinder. -
-
Uses of ChartTimerTask in org.pepstock.charba.client
Methods in org.pepstock.charba.client with parameters of type ChartTimerTask Modifier and Type Method Description void
AbstractChart. createAndSetTimer(ChartTimerTask task, int interval)
Creates aCTimer
instance inside chart.
It can be created only once during the life cycle of the chart.void
IsChart. createAndSetTimer(ChartTimerTask task, int interval)
Creates aCTimer
instance inside chart.
It can be created only once during the life cycle of the chart. -
Uses of ChartTimerTask in org.pepstock.charba.client.gwt.widgets
Methods in org.pepstock.charba.client.gwt.widgets with parameters of type ChartTimerTask Modifier and Type Method Description void
AbstractChartWidget. createAndSetTimer(ChartTimerTask task, int interval)
-