|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SymbolListener
Must be implemented by listeners that need to be notified about
changes in Symbol
objects. A SymbolListener
can register itself as a listener to an event of a specific SymbolEventType
via Symbol.addSymbolListener
.
Method Summary | |
---|---|
void |
valueChanged(SymbolEvent evt)
Called when a Symbol object fires a SymbolEvent
of a SymbolEventType that this object has registered to
via Symbol.addSymbolListener . |
Method Detail |
---|
void valueChanged(SymbolEvent evt)
Symbol
object fires a SymbolEvent
of a SymbolEventType
that this object has registered to
via Symbol.addSymbolListener
.
Usage Note:
All code in a valueChanged
method should get all information
from evt
, because it might happen that the source has changed
if a symbol was copied to another data table.
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 |