net.jhid.impl.generic
Class Fire
java.lang.Object
net.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()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Fire
public Fire()
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)