@Deprecated public class DOMNotificationServiceAdapter extends com.google.common.collect.ForwardingObject implements org.opendaylight.mdsal.dom.api.DOMNotificationService
| Constructor and Description | 
|---|
| DOMNotificationServiceAdapter(DOMNotificationService delegate)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| protected DOMNotificationService | delegate()Deprecated.  | 
| <T extends org.opendaylight.mdsal.dom.api.DOMNotificationListener> | registerNotificationListener(T listener,
                            Collection<org.opendaylight.yangtools.yang.model.api.SchemaPath> types)Deprecated.  | 
| <T extends org.opendaylight.mdsal.dom.api.DOMNotificationListener> | registerNotificationListener(T listener,
                            org.opendaylight.yangtools.yang.model.api.SchemaPath... types)Deprecated.  | 
public DOMNotificationServiceAdapter(DOMNotificationService delegate)
public <T extends org.opendaylight.mdsal.dom.api.DOMNotificationListener> org.opendaylight.yangtools.concepts.ListenerRegistration<T> registerNotificationListener(T listener,
                                                                                                                                                                   Collection<org.opendaylight.yangtools.yang.model.api.SchemaPath> types)
registerNotificationListener in interface org.opendaylight.mdsal.dom.api.DOMNotificationServicepublic <T extends org.opendaylight.mdsal.dom.api.DOMNotificationListener> org.opendaylight.yangtools.concepts.ListenerRegistration<T> registerNotificationListener(T listener,
                                                                                                                                                                   org.opendaylight.yangtools.yang.model.api.SchemaPath... types)
registerNotificationListener in interface org.opendaylight.mdsal.dom.api.DOMNotificationServiceprotected DOMNotificationService delegate()
delegate in class com.google.common.collect.ForwardingObjectCopyright © 2019 OpenDaylight. All rights reserved.