@Beta public interface NotificationListener extends EventListener
The subclasses of this interface have callbacks for events, which are derived
from Notification
class in form void
on{NotificationType}(NotificationType notification).
E.g. if we have notification SessionUp the callback will have signature:
void onSessionUp(SessionUp notification)
Copyright © 2019 OpenDaylight. All rights reserved.