at.wisch.joystick.event
Interface FeatureNotSupportedEventListener
- All Known Implementing Classes:
- JoystickForceDemo, JoystickTest
public interface FeatureNotSupportedEventListener
The listener interface for receiving FeatureNotSupportedEvent events. The
class that is interested in processing a FeatureNotSupportedEvent
implements this interface, and the object created with that class is registered
using FeatureNotSupportedEventManager.addFeatureNotSupportedEventListener()
. When
the FeatureNotSupportedEvent event occurs, the method featureNotSupportedEventOccured()
is invoked.
- Author:
- Martin Wischenbart
- See Also:
FeatureNotSupportedEventManager
,
FeatureNotSupportedEvent
featureNotSupportedEventOccured
void featureNotSupportedEventOccured(FeatureNotSupportedEvent event)
- Handles a FeatureNotSupportedEvent.
- Parameters:
event
- an instance of FeatureNotSupportedEvent