Uses of Interface
com.mouseviator.fsuipc.IFSUIPCListener
Package | Description |
---|---|
com.mouseviator.fsuipc |
This package contains two main classes that implement the Java FSUIPC SDK.
|
-
Uses of IFSUIPCListener in com.mouseviator.fsuipc
Methods in com.mouseviator.fsuipc with parameters of type IFSUIPCListener Modifier and Type Method Description boolean
FSUIPC. addListener(IFSUIPCListener listener)
This will add listener.boolean
FSUIPC. removeListener(IFSUIPCListener listener)
This will remove registered listener.