Uses of Class
jaron.components.SignalEvent

Packages that use SignalEvent
jaron.components Provides the classes that are the basis for most of the UAV Playground components. 
jaron.gui Provides the classes that support a GUI independent implementation of visual components. 
 

Uses of SignalEvent in jaron.components
 

Methods in jaron.components with parameters of type SignalEvent
 void SignalListener.signalChanged(SignalEvent event)
          Notifies the listener about a signal change event that occurred in the EventListener mechanism.
 void Signal.signalChanged(SignalEvent event)
           
 

Uses of SignalEvent in jaron.gui
 

Methods in jaron.gui with parameters of type SignalEvent
 void ActuatorXY.signalChanged(SignalEvent event)