
Public Member Functions | |
| ChartEvent (Object source, int type) | |
| int | getType () |
| String | toString () |
Static Public Member Functions | |
| ChartEvent | defaultReloadEvent () |
| ChartEvent | defaultResetEvent () |
Static Public Attributes | |
| final int | RESET = 1 |
| final int | RELOAD = RESET+1 |
Protected Attributes | |
| int | type |
Static Private Attributes | |
| ChartEvent | defaultResetEvent = null |
| ChartEvent | defaultReloadEvent = null |
|
||||||||||||
|
ChartEvent constructor.
|
|
|
This method return field |
|
|
This method return field |
|
|
This method return type of event. |
|
|
Returns a String that represents the value of this object.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8