com.vhosting.netconf.notification
Interface NotificationsListener


public interface NotificationsListener

This is the notifications listener. You can intercept a notification implementing this interface.

Version:
1.00, 02/11/2010
Author:
Giuseppe Palmeri

Method Summary
 void processNotification(NotificationEvent notification)
          Implement this method when you want intercept notifications.
 

Method Detail

processNotification

void processNotification(NotificationEvent notification)
Implement this method when you want intercept notifications.

Parameters:
notification - The Netconf notification.