getListeners method
List containing the MpnDeviceListener instances that were added to this MPN device object.
Returns a list containing the listeners that were added to this device.
- See addListener
Implementation
List<MpnDeviceListener> getListeners() {
return _listeners.toList();
}