org.apache.curator.framework.listen
Class ListenerEntry<T>

java.lang.Object
  extended by 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


Field Summary
 Executor executor
           
 T listener
           
 
Constructor Summary
ListenerEntry(T listener, Executor executor)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

listener

public final T listener

executor

public final Executor executor
Constructor Detail

ListenerEntry

public ListenerEntry(T listener,
                     Executor executor)


Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.