org.apache.curator.framework.listen
Class ListenerEntry<T>
java.lang.Object
org.apache.curator.framework.listen.ListenerEntry<T>
- Type Parameters:
T - the listener type
public class ListenerEntry<T>
- extends Object
Generic holder POJO for a listener and its executor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
listener
public final T listener
executor
public final Executor executor
ListenerEntry
public ListenerEntry(T listener,
Executor executor)
Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.