Package org.jfree.chart.event
Class ChartChangeEventType
- java.lang.Object
-
- org.jfree.chart.event.ChartChangeEventType
-
- All Implemented Interfaces:
Serializable
public final class ChartChangeEventType extends Object implements Serializable
Defines tokens used to indicate an event type.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ChartChangeEventType
DATASET_UPDATED
DATASET_UPDATED.static ChartChangeEventType
GENERAL
GENERAL.static ChartChangeEventType
NEW_DATASET
NEW_DATASET.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Returnstrue
if this object is equal to the specified object, andfalse
otherwise.int
hashCode()
Returns a hash code value for the object.String
toString()
Returns a string representing the object.
-
-
-
Field Detail
-
GENERAL
public static final ChartChangeEventType GENERAL
GENERAL.
-
NEW_DATASET
public static final ChartChangeEventType NEW_DATASET
NEW_DATASET.
-
DATASET_UPDATED
public static final ChartChangeEventType DATASET_UPDATED
DATASET_UPDATED.
-
-