Class AbstractSchemaListenerRegistration
java.lang.Object
org.opendaylight.yangtools.concepts.AbstractRegistration
org.opendaylight.yangtools.concepts.AbstractObjectRegistration<T>
org.opendaylight.yangtools.concepts.AbstractListenerRegistration<SchemaSourceListener>
org.opendaylight.yangtools.yang.model.repo.spi.AbstractSchemaListenerRegistration
- All Implemented Interfaces:
AutoCloseable,ListenerRegistration<SchemaSourceListener>,ObjectRegistration<SchemaSourceListener>,Registration,SchemaListenerRegistration
public abstract class AbstractSchemaListenerRegistration
extends AbstractListenerRegistration<SchemaSourceListener>
implements SchemaListenerRegistration
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Methods inherited from class org.opendaylight.yangtools.concepts.AbstractObjectRegistration
addToStringAttributes, getInstanceMethods inherited from class org.opendaylight.yangtools.concepts.AbstractRegistration
close, isClosed, notClosed, removeRegistration, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.opendaylight.yangtools.concepts.ListenerRegistration
closeMethods inherited from interface org.opendaylight.yangtools.concepts.ObjectRegistration
getInstance
-
Constructor Details
-
AbstractSchemaListenerRegistration
-