getListeners method
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.
- See addListener
Implementation
List<MpnSubscriptionListener> getListeners() {
return _listeners.toList();
}