Uses of Enum Class
tigase.eventbus.HandleEvent.Type
Packages that use HandleEvent.Type
-
Uses of HandleEvent.Type in tigase.eventbus
Methods in tigase.eventbus that return HandleEvent.TypeModifier and TypeMethodDescriptionstatic HandleEvent.Type
Returns the enum constant of this class with the specified name.static HandleEvent.Type[]
HandleEvent.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of HandleEvent.Type in tigase.eventbus.impl
Fields in tigase.eventbus.impl declared as HandleEvent.TypeModifier and TypeFieldDescriptionprotected final HandleEvent.Type
ReflectEventListenerHandler.filter
Constructors in tigase.eventbus.impl with parameters of type HandleEvent.TypeModifierConstructorDescriptionReflectEventListenerHandler
(HandleEvent.Type filter, boolean synchronous, String packageName, String eventName, Object consumerObject, Method handlerMethod) ReflectEventListenerHandler
(HandleEvent.Type filter, String packageName, String eventName, Object consumerObject, Method handlerMethod) ReflectEventSourceListenerHandler
(HandleEvent.Type filter, boolean synchronous, String packageName, String eventName, Object consumerObject, Method handlerMethod) ReflectEventSourceListenerHandler
(HandleEvent.Type filter, String packageName, String eventName, Object consumerObject, Method handlerMethod)