Package org.greenrobot.eventbus.meta
Class SimpleSubscriberInfo
- java.lang.Object
-
- org.greenrobot.eventbus.meta.AbstractSubscriberInfo
-
- org.greenrobot.eventbus.meta.SimpleSubscriberInfo
-
- All Implemented Interfaces:
SubscriberInfo
public class SimpleSubscriberInfo extends AbstractSubscriberInfo
UsesSubscriberMethodInfo
objects to createSubscriberMethod
objects on demand.
-
-
Constructor Summary
Constructors Constructor Description SimpleSubscriberInfo(java.lang.Class subscriberClass, boolean shouldCheckSuperclass, SubscriberMethodInfo[] methodInfos)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubscriberMethod[]
getSubscriberMethods()
-
Methods inherited from class org.greenrobot.eventbus.meta.AbstractSubscriberInfo
createSubscriberMethod, createSubscriberMethod, createSubscriberMethod, getSubscriberClass, getSuperSubscriberInfo, shouldCheckSuperclass
-
-
-
-
Constructor Detail
-
SimpleSubscriberInfo
public SimpleSubscriberInfo(java.lang.Class subscriberClass, boolean shouldCheckSuperclass, SubscriberMethodInfo[] methodInfos)
-
-
Method Detail
-
getSubscriberMethods
public SubscriberMethod[] getSubscriberMethods()
-
-