Smack

org.jivesoftware.smackx.workgroup.util
Class ListenerEventDispatcher.TripletContainer

java.lang.Object
  extended by org.jivesoftware.smackx.workgroup.util.ListenerEventDispatcher.TripletContainer
Enclosing class:
ListenerEventDispatcher

protected class ListenerEventDispatcher.TripletContainer
extends Object


Field Summary
protected  Object listenerInstance
           
protected  Method listenerMethod
           
protected  Object[] methodArguments
           
 
Constructor Summary
protected ListenerEventDispatcher.TripletContainer(Object inst, Method meth, Object[] args)
           
 
Method Summary
protected  Object getListenerInstance()
           
protected  Method getListenerMethod()
           
protected  Object[] getMethodArguments()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

listenerInstance

protected Object listenerInstance

listenerMethod

protected Method listenerMethod

methodArguments

protected Object[] methodArguments
Constructor Detail

ListenerEventDispatcher.TripletContainer

protected ListenerEventDispatcher.TripletContainer(Object inst,
                                                   Method meth,
                                                   Object[] args)
Method Detail

getListenerInstance

protected Object getListenerInstance()

getListenerMethod

protected Method getListenerMethod()

getMethodArguments

protected Object[] getMethodArguments()

Smack

Copyright © 2003-2007 Jive Software.