getListeners method

List<MpnSubscriptionListener> getListeners()

Returns the list containing the MpnSubscriptionListener instances that were added to this MpnSubscription.

Returns a list containing the listeners that were added to this subscription.

Implementation

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