Uses of Interface
com.scriptel.proscript.InputListener
-
Packages that use InputListener Package Description com.scriptel.proscript This package contains the core of the ProScript library. -
-
Uses of InputListener in com.scriptel.proscript
Classes in com.scriptel.proscript that implement InputListener Modifier and Type Class Description class
AbstractInputListener
This class implements InputListener and provides default stubbed implementations of all of the required methods.Methods in com.scriptel.proscript with parameters of type InputListener Modifier and Type Method Description void
Device. registerInputListener(InputListener l)
This method registers an input listener for this device that will be notified of any new input.void
Device. unregisterInputListener(InputListener l)
This method unregisters an input listener from this device.
-