Uses of Interface
org.opendaylight.yangtools.yang.model.repo.spi.SchemaSourceListener
-
-
Uses of SchemaSourceListener in org.opendaylight.yangtools.yang.model.repo.spi
Classes in org.opendaylight.yangtools.yang.model.repo.spi that implement SchemaSourceListener Modifier and Type Class Description classAbstractSchemaSourceCache<T extends org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation>Abstract base class for cache-type SchemaSourceListeners.classGuavaSchemaSourceCache<T extends org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation>A simpleAbstractSchemaSourceCachebased onGuava Cache.classSchemaSourceTransformer<S extends org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation,D extends org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation>Methods in org.opendaylight.yangtools.yang.model.repo.spi with parameters of type SchemaSourceListener Modifier and Type Method Description SchemaListenerRegistrationAbstractSchemaRepository. registerSchemaSourceListener(SchemaSourceListener listener)SchemaListenerRegistrationSchemaSourceRegistry. registerSchemaSourceListener(SchemaSourceListener listener)Register a schema source listener.Constructors in org.opendaylight.yangtools.yang.model.repo.spi with parameters of type SchemaSourceListener Constructor Description AbstractSchemaListenerRegistration(SchemaSourceListener listener)
-