public class SubscriberInfo
extends java.lang.Object
| Constructor and Description |
|---|
SubscriberInfo(java.lang.reflect.Method subMethod,
java.lang.Object subInstance) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getSubscriberInstance()
Returns the instance of the class that this subscriber method belongs.
|
java.lang.reflect.Method |
getSubscriberMethod()
Returns the method in the subscriber class that is subscribing to a particular event.
|
public SubscriberInfo(java.lang.reflect.Method subMethod,
java.lang.Object subInstance)
public java.lang.reflect.Method getSubscriberMethod()
public java.lang.Object getSubscriberInstance()