96979899100101102103104105106
{ NotifySubscribe notifySubscribe = (NotifySubscribe) callbacks_.get(i.next()); try { notifySubscribe.subscription_change(added, removed); } catch (InvalidEventType e) { logger_.warn("error during subscription_change", e); } }
9596979899100101102103104105