Searched refs:listenerInstance (Results 1 - 1 of 1) sorted by relevance

/external/smack/src/org/jivesoftware/smackx/workgroup/util/
H A DListenerEventDispatcher.java63 * @param listenerInstance the instance of the listener to receive the associated notification
68 public void addListenerTriplet(Object listenerInstance, Method listenerMethod, argument
72 this.triplets.add(new TripletContainer(listenerInstance, listenerMethod,
108 protected Object listenerInstance; field in class:ListenerEventDispatcher.TripletContainer
115 this.listenerInstance = inst;
121 return this.listenerInstance;

Completed in 177 milliseconds