Uses of Interface
org.robovm.libimobiledevice.IDevice.EventListener
| Package | Description |
|---|---|
| org.robovm.libimobiledevice |
-
Uses of IDevice.EventListener in org.robovm.libimobiledevice
Methods in org.robovm.libimobiledevice with parameters of type IDevice.EventListener Modifier and Type Method Description static voidIDevice. addEventListener(IDevice.EventListener listener)Registers a newIDevice.EventListenerwhich will be called when devices are added and removed.static voidIDevice. removeEventListener(IDevice.EventListener listener)Removes a previously addedIDevice.EventListener.