T - Type of registered listener@Beta @NonNullByDefault public final class NoOpListenerRegistration<T extends EventListener> extends NoOpObjectRegistration<T> implements ListenerRegistration<T>
ListenerRegistration which does nothing in its NoOpObjectRegistration.close() method.| Modifier and Type | Method and Description |
|---|---|
static <T extends EventListener> |
of(T instance) |
close, getInstance, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclosegetInstancepublic static <T extends EventListener> ListenerRegistration<T> of(T instance)
Copyright © 2018 OpenDaylight. All rights reserved.