Uses of Class
at.wisch.joystick.event.FeatureNotSupportedEvent

Packages that use FeatureNotSupportedEvent
at.wisch.joystick.event   
at.wisch.joystick.test   
 

Uses of FeatureNotSupportedEvent in at.wisch.joystick.event
 

Methods in at.wisch.joystick.event with parameters of type FeatureNotSupportedEvent
static void FeatureNotSupportedEventManager.featureNotSupportedEventOccured(FeatureNotSupportedEvent event)
          Invokes the callback method for all registered listeners.
 void FeatureNotSupportedEventListener.featureNotSupportedEventOccured(FeatureNotSupportedEvent event)
          Handles a FeatureNotSupportedEvent.
 

Uses of FeatureNotSupportedEvent in at.wisch.joystick.test
 

Methods in at.wisch.joystick.test with parameters of type FeatureNotSupportedEvent
 void JoystickTest.featureNotSupportedEventOccured(FeatureNotSupportedEvent event)
           
 void JoystickForceDemo.featureNotSupportedEventOccured(FeatureNotSupportedEvent event)