org.jfree.chart.event

Class ChartChangeEventType

Implemented Interfaces:
Serializable

public final class ChartChangeEventType
extends java.lang.Object
implements Serializable

Defines tokens used to indicate an event type.

Field Summary

static ChartChangeEventType
DATASET_UPDATED
DATASET_UPDATED.
static ChartChangeEventType
GENERAL
GENERAL.
static ChartChangeEventType
NEW_DATASET
NEW_DATASET.

Method Summary

boolean
equals(Object obj)
Returns true if this object is equal to the specified object, and false otherwise.
int
hashCode()
Returns a hash code value for the object.
String
toString()
Returns a string representing the object.

Field Details

DATASET_UPDATED

public static final ChartChangeEventType DATASET_UPDATED
DATASET_UPDATED.

GENERAL

public static final ChartChangeEventType GENERAL
GENERAL.

NEW_DATASET

public static final ChartChangeEventType NEW_DATASET
NEW_DATASET.

Method Details

equals

public boolean equals(Object obj)
Returns true if this object is equal to the specified object, and false otherwise.
Parameters:
obj - the object (null permitted).
Returns:
A boolean.

hashCode

public int hashCode()
Returns a hash code value for the object.
Returns:
The hashcode

toString

public String toString()
Returns a string representing the object.
Returns:
The string.