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,org.opendaylight.yangtools.concepts.ListenerRegistration<SchemaSourceListener>,org.opendaylight.yangtools.concepts.ObjectRegistration<SchemaSourceListener>,org.opendaylight.yangtools.concepts.Registration,SchemaListenerRegistration
public abstract class AbstractSchemaListenerRegistration extends org.opendaylight.yangtools.concepts.AbstractListenerRegistration<SchemaSourceListener> implements SchemaListenerRegistration
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractSchemaListenerRegistration(SchemaSourceListener listener)
-
Method Summary
-
Methods inherited from class org.opendaylight.yangtools.concepts.AbstractObjectRegistration
addToStringAttributes, getInstance
-
Methods inherited from class org.opendaylight.yangtools.concepts.AbstractRegistration
close, isClosed, notClosed, removeRegistration, toString
-
-
-
-
Constructor Detail
-
AbstractSchemaListenerRegistration
protected AbstractSchemaListenerRegistration(SchemaSourceListener listener)
-
-