net.jhid.impl.generic
Class Fire

java.lang.Object
  extended bynet.jhid.impl.generic.Fire

public class Fire
extends java.lang.Object

Provides methods to fire an event to all the listeners of a slot provided they implement the proper listener interface. These methods also fire to the device.


Constructor Summary
Fire()
           
 
Method Summary
static void fireStateChanged(Button aButton, boolean aPressed)
           
static void fireValueChanged(AbsoluteAxis aAxis, int aValue)
           
static void fireValueChanged(RelativeAxis aAxis, int aDelta, int aValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Fire

public Fire()
Method Detail

fireValueChanged

public static void fireValueChanged(RelativeAxis aAxis,
                                    int aDelta,
                                    int aValue)

fireValueChanged

public static void fireValueChanged(AbsoluteAxis aAxis,
                                    int aValue)

fireStateChanged

public static void fireStateChanged(Button aButton,
                                    boolean aPressed)