T
- - MountPointListener
type@Beta public final class BindingDOMMountPointListenerAdapter<T extends MountPointListener> extends Object implements org.opendaylight.yangtools.concepts.ListenerRegistration<T>, DOMMountPointListener
Constructor and Description |
---|
BindingDOMMountPointListenerAdapter(T listener,
BindingToNormalizedNodeCodec codec,
DOMMountPointService mountService) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
T |
getInstance() |
void |
onMountPointCreated(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path) |
void |
onMountPointRemoved(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path) |
public BindingDOMMountPointListenerAdapter(T listener, BindingToNormalizedNodeCodec codec, DOMMountPointService mountService)
@Nonnull public T getInstance()
getInstance
in interface org.opendaylight.yangtools.concepts.ObjectRegistration<T extends MountPointListener>
public void close()
close
in interface AutoCloseable
close
in interface org.opendaylight.yangtools.concepts.ListenerRegistration<T extends MountPointListener>
close
in interface org.opendaylight.yangtools.concepts.Registration
public void onMountPointCreated(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path)
onMountPointCreated
in interface DOMMountPointListener
public void onMountPointRemoved(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path)
onMountPointRemoved
in interface DOMMountPointListener
Copyright © 2019 OpenDaylight. All rights reserved.