|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectat.wisch.joystick.event.FeatureNotSupportedEventManager
public class FeatureNotSupportedEventManager
The Class FeatureNotSupportedEventManager. This class keeps a collection of FeatureNotSupportedEventListeners. FeatureNotSupportedEventListeners can be added and removed, and if a FeatureNotSupportedEvent occurs, all the registered listeners are called back.
FeatureNotSupportedEventListener,
FeatureNotSupportedEvent| Constructor Summary | |
|---|---|
FeatureNotSupportedEventManager()
|
|
| Method Summary | |
|---|---|
static boolean |
addFeatureNotSupportedEventListener(FeatureNotSupportedEventListener listener)
Adds a FeatureNotSupportedEventListener to the collection. |
static void |
featureNotSupportedEventOccured(FeatureNotSupportedEvent event)
Invokes the callback method for all registered listeners. |
static boolean |
removeFeatureNotSupportedEventListener(FeatureNotSupportedEventListener listener)
Removes the FeatureNotSupportedEventListener from the collection. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FeatureNotSupportedEventManager()
| Method Detail |
|---|
public static boolean addFeatureNotSupportedEventListener(FeatureNotSupportedEventListener listener)
listener - the FeatureNotSupportedEventListener
FeatureNotSupportedEventListenerpublic static boolean removeFeatureNotSupportedEventListener(FeatureNotSupportedEventListener listener)
listener - the FeatureNotSupportedEventListener
FeatureNotSupportedEventListenerpublic static void featureNotSupportedEventOccured(FeatureNotSupportedEvent event)
event - the FeatureNotSupportedEventFeatureNotSupportedEventListener.featureNotSupportedEventOccured(FeatureNotSupportedEvent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||