Package tigase.eventbus.impl
Class ReflectEventListenerHandlerFactory
- java.lang.Object
-
- tigase.eventbus.impl.ReflectEventListenerHandlerFactory
-
public class ReflectEventListenerHandlerFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description ReflectEventListenerHandlerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<AbstractHandler>create(Object consumer)
-
-
-
Field Detail
-
log
protected final Logger log
-
-
Method Detail
-
create
public Collection<AbstractHandler> create(Object consumer) throws RegistrationException
- Throws:
RegistrationException
-
-