Uses of Interface
com.vhosting.netconf.notification.NotificationEvent

Packages that use NotificationEvent
com.vhosting.netconf.messages Contains classes used by the system and that serve to define the XML messages of Netconf protocol. 
com.vhosting.netconf.notification Contains what you need to receive notifications. 
 

Uses of NotificationEvent in com.vhosting.netconf.messages
 

Classes in com.vhosting.netconf.messages that implement NotificationEvent
 class NotificationMsg
          This class represents the Notification message in the Netconf protocol.
 

Uses of NotificationEvent in com.vhosting.netconf.notification
 

Methods in com.vhosting.netconf.notification with parameters of type NotificationEvent
 void NotificationsListener.processNotification(NotificationEvent notification)
          Implement this method when you want intercept notifications.