|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jstatcom.model.JSCDataEventTypes
public class JSCDataEventTypes
This enumeration contains all existing JSCDataEvent
types,
that a JSCDataListener
can 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 the JSCData
objects are intended
for internal communication only. Events do not occur in the EventDispatchingThread
.
Clients should rather listen to changes in JSCSymbol
objects, especially
if GUI related actions are performed.
Field Summary | |
---|---|
static JSCDataEventTypes |
EMPTY_STATE
Fired if the respective JSCData changed empty state. |
static JSCDataEventTypes |
VALUE_CHANGED
Fired if the respective JSCData has changed. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Override prevention method to enforce a.equals(b) if and only if a==b . |
static JSCDataEventTypes[] |
getTypes()
Gets a new JSCDataEventTypes array with all
elements of this enumeration. |
int |
hashCode()
Override prevention method invokes super method. |
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 JSCDataEventTypes EMPTY_STATE
JSCData
changed empty state.
public static final JSCDataEventTypes VALUE_CHANGED
JSCData
has changed.
Method Detail |
---|
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 static JSCDataEventTypes[] getTypes()
JSCDataEventTypes
array with all
elements of this enumeration.
JSCDataEventTypes[]
array containing all typespublic 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 |