Beispiel #1
0
 public void RemoveListener4SIBNotifications(IListener4SIBIndicationNotifications listener)
 {
     subscriptionListeners.Remove(listener);
 }
Beispiel #2
0
 public void AddListener4SIBNotifications(IListener4SIBIndicationNotifications listener)
 {
     subscriptionListeners.Add(listener);
 }