|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jstatcom.model.SymbolEventTypes
public class SymbolEventTypes
This enumeration contains all existing SymbolEvent
types, that
a SymbolListener
can be registered to. If new data types are
to be added, this class needs to be extended.
Field Summary | |
---|---|
static SymbolEventTypes |
EMPTY_STATE
Fired if the underlying Symbol changed from empty to not
empty or vice versa. |
static SymbolEventTypes |
VALUE_CHANGED
Fired if the values in underlying data object of Symbol
have changed. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Override prevention method to enforce a.equals(b) if and
only if a==b . |
int |
hashCode()
Override prevention method invokes super method. |
static java.util.Iterator |
iterator()
Gets an iterator over all available types. |
java.lang.String |
toString()
Gets string representation of this object. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final SymbolEventTypes EMPTY_STATE
Symbol
changed from empty to not
empty or vice versa.
public static final SymbolEventTypes VALUE_CHANGED
Symbol
have changed.
Method Detail |
---|
public static final java.util.Iterator iterator()
public final boolean equals(java.lang.Object o)
a.equals(b)
if and
only if a==b
.
equals
in class java.lang.Object
o
- object to compare with
true
if equal, false
otherwisepublic final int hashCode()
hashCode
in class java.lang.Object
public final java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |