|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SignalListener
The SignalListener
interface forces its implementing classes
to implement all the methods that are used by the EventListener
mechanism.
Method Summary | |
---|---|
void |
setValue(double value)
Sets the signal's value. |
void |
signalChanged(SignalEvent event)
Notifies the listener about a signal change event that occurred in the EventListener mechanism. |
Method Detail |
---|
void signalChanged(SignalEvent event)
EventListener
mechanism.
event
- the event that occurredvoid setValue(double value)
EventListener
mechanism to set the signal's value.
value
- the notifier's signal value that has changed or just the new signal value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |