Interface RestconfNotificationEventListener<T>
-
public interface RestconfNotificationEventListener<T>Notifies providers about incoming RESTCONF notification events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleNotificationEvent(org.onosproject.net.DeviceId deviceId, T event)Handles the notification event.
-
-
-
Method Detail
-
handleNotificationEvent
void handleNotificationEvent(org.onosproject.net.DeviceId deviceId, T event)Handles the notification event.- Parameters:
deviceId- restconf device identifierevent- event payload
-
-