public interface UpdateAvailableDeviceListListener extends EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
didUpdateAvailableDeviceList()
Notifies this listener that the associated DeviceSystem's
function to update the list of available devices was invoked.
|
void |
willUpdateAvailableDeviceList()
Notifies this listener that the associated DeviceSystem's
function to update the list of available devices will be invoked.
|
void didUpdateAvailableDeviceList()
throws Exception
Exception - if this implementation encounters an error. Any
Throwable apart from ThreadDeath will be ignored
after it is logged for debugging purposes.void willUpdateAvailableDeviceList()
throws Exception
Exception - if this implementation encounters an error. Any
Throwable apart from ThreadDeath will be ignored
after it is logged for debugging purposes.Copyright © 2021 jitsi.org. All rights reserved.