JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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 and 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
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method