Signal
class contains a single double value (signal) and implements an EventListener
mechanism that allows its registered listeners to be informed if the signal's value has changes. By implementing the SignalListener
interface it can also receive signal change events from other signals.
@author jarontec gmail com
@version 1.2
@since 1.0
|
|
|
|