com.jstatcom.model
Class SymbolEventTypes
- java.lang.Object
-
- com.jstatcom.model.SymbolEventTypes
-
public class SymbolEventTypes extends java.lang.ObjectThis enumeration contains all existingSymbolEventtypes, that aSymbolListenercan be registered to. If new data types are to be added, this class needs to be extended.
-
-
Field Summary
Fields Modifier and Type Field and Description static SymbolEventTypesEMPTY_STATEFired if the underlyingSymbolchanged from empty to not empty or vice versa.static SymbolEventTypesVALUE_CHANGEDFired if the values in underlying data object ofSymbolhave 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.inthashCode()Override prevention method invokes super method.static java.util.Iteratoriterator()Gets an iterator over all available types.java.lang.StringtoString()Gets string representation of this object.
-
-
-
Field Detail
-
EMPTY_STATE
public static final SymbolEventTypes EMPTY_STATE
Fired if the underlyingSymbolchanged from empty to not empty or vice versa.
-
VALUE_CHANGED
public static final SymbolEventTypes VALUE_CHANGED
Fired if the values in underlying data object ofSymbolhave changed.
-
-
Method Detail
-
iterator
public static final java.util.Iterator iterator()
Gets an iterator over all available types.- Returns:
- type iterator
-
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
-
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