Package jaron.components

Provides the classes that are the basis for most of the UAV Playground components.

See:
          Description

Interface Summary
SignalListener The SignalListener interface forces its implementing classes to implement all the methods that are used by the EventListener mechanism.
 

Class Summary
Signal The 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.
SignalEvent The SignalEvent class is the transportation vehicle for a signal value that is sent from or sent to a Signal object via the EventListener mechanism.
TwoWaySwitch The TwoWaySwitch class implements a switch with an input and two output signals (channels).
 

Package jaron.components Description

Provides the classes that are the basis for most of the UAV Playground components.

Since:
1.0