|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JSCDataListener
Must be implemented by listeners that need to be notified about
changes in JSCData
objects. A JSCDataListener
can register itself as a listener to an event of a specific JSCDataEventType
via JSCData.addJSCDataListener
.
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.
Method Summary | |
---|---|
void |
valueChanged(JSCDataEvent evt)
Called when a JSCData object fires a JSCDataEvent
of a JSCDataEventType that this object has registered to
via JSCData.addJSCDataListener . |
Method Detail |
---|
void valueChanged(JSCDataEvent evt)
JSCData
object fires a JSCDataEvent
of a JSCDataEventType
that this object has registered to
via JSCData.addJSCDataListener
.
evt
- the data event with all relevant information about the change
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |