Class ListenerEventDispatcher.TripletContainer
- java.lang.Object
-
- org.jivesoftware.smackx.workgroup.util.ListenerEventDispatcher.TripletContainer
-
- Enclosing class:
- ListenerEventDispatcher
protected static class ListenerEventDispatcher.TripletContainer extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Object
listenerInstance
protected Method
listenerMethod
protected Object[]
methodArguments
-
Constructor Summary
Constructors Modifier Constructor Description protected
TripletContainer(Object inst, Method meth, Object[] args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object
getListenerInstance()
protected Method
getListenerMethod()
protected Object[]
getMethodArguments()
-
-
-
Field Detail
-
listenerInstance
protected Object listenerInstance
-
listenerMethod
protected Method listenerMethod
-
methodArguments
protected Object[] methodArguments
-
-
Constructor Detail
-
TripletContainer
protected TripletContainer(Object inst, Method meth, Object[] args)
-
-
Method Detail
-
getListenerInstance
protected Object getListenerInstance()
-
getListenerMethod
protected Method getListenerMethod()
-
getMethodArguments
protected Object[] getMethodArguments()
-
-