Interface BmpMessageListener
- All Superinterfaces:
EventListener
,org.opendaylight.yangtools.yang.binding.NotificationListener
@Deprecated
@Generated("mdsal-binding-generator")
public interface BmpMessageListener
extends org.opendaylight.yangtools.yang.binding.NotificationListener
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onInitiationMessage
(InitiationMessage notification) Deprecated.void
onPeerDownNotification
(PeerDownNotification notification) Deprecated.void
onPeerUpNotification
(PeerUpNotification notification) Deprecated.void
onRouteMirroringMessage
(RouteMirroringMessage notification) Deprecated.void
onRouteMonitoringMessage
(RouteMonitoringMessage notification) Deprecated.void
onStatsReportsMessage
(StatsReportsMessage notification) Deprecated.void
onTerminationMessage
(TerminationMessage notification) Deprecated.
-
Method Details
-
onInitiationMessage
Deprecated. -
onTerminationMessage
Deprecated. -
onRouteMonitoringMessage
Deprecated. -
onRouteMirroringMessage
Deprecated. -
onStatsReportsMessage
Deprecated. -
onPeerDownNotification
Deprecated. -
onPeerUpNotification
Deprecated.
-