Package org.pepstock.charba.client
Interface ChartTimerTask
-
public interface ChartTimerTask
Interface which defines a timer task executable by a chart instance.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(IsChart chart)
Executes the task repeatedly, internally by the chart instance.
-
-
-
Method Detail
-
execute
void execute(IsChart chart)
Executes the task repeatedly, internally by the chart instance.- Parameters:
chart
- chart instance
-
-