com.jstatcom.model
Class JSCDataEventTypes
- java.lang.Object
-
- com.jstatcom.model.JSCDataEventTypes
-
public class JSCDataEventTypes extends java.lang.ObjectThis enumeration contains all existingJSCDataEventtypes, that aJSCDataListenercan be registered to. If new data types are to be added, this class needs to be extended.Usage Note:
The events that are fired by theJSCDataobjects are intended for internal communication only. Events do not occur in theEventDispatchingThread. Clients should rather listen to changes inJSCSymbolobjects, especially if GUI related actions are performed.
-
-
Field Summary
Fields Modifier and Type Field and Description static JSCDataEventTypesEMPTY_STATEFired if the respectiveJSCDatachanged empty state.static JSCDataEventTypesVALUE_CHANGEDFired if the respectiveJSCDatahas changed.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleanequals(java.lang.Object o)Override prevention method to enforcea.equals(b)if and onlyif a==b.static JSCDataEventTypes[]getTypes()Gets a newJSCDataEventTypesarray with all elements of this enumeration.inthashCode()Override prevention method invokes super method.java.lang.StringtoString()Gets string representation of this object.
-
-
-
Field Detail
-
EMPTY_STATE
public static final JSCDataEventTypes EMPTY_STATE
Fired if the respectiveJSCDatachanged empty state.
-
VALUE_CHANGED
public static final JSCDataEventTypes VALUE_CHANGED
Fired if the respectiveJSCDatahas changed.
-
-
Method Detail
-
equals
public final boolean equals(java.lang.Object o)
Override prevention method to enforcea.equals(b)if and onlyif a==b.- Overrides:
equalsin classjava.lang.Object- Parameters:
o- object to compare with- Returns:
trueif equal,falseotherwise
-
getTypes
public static JSCDataEventTypes[] getTypes()
Gets a newJSCDataEventTypesarray with all elements of this enumeration.- Returns:
JSCDataEventTypes[]array containing all types
-
hashCode
public final int hashCode()
Override prevention method invokes super method.- Overrides:
hashCodein classjava.lang.Object- Returns:
- hash code
-
toString
public final java.lang.String toString()
Gets string representation of this object.- Overrides:
toStringin classjava.lang.Object- Returns:
- a string
-
-
DMelt 3.0 © DataMelt by jWork.ORG