getListeners method

List<MpnDeviceListener> getListeners()

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.

Implementation

List<MpnDeviceListener> getListeners() {
  return _listeners.toList();
}