Uses of Class
tigase.eventbus.impl.AbstractHandler.Type
-
Packages that use AbstractHandler.Type Package Description tigase.eventbus.impl -
-
Uses of AbstractHandler.Type in tigase.eventbus.impl
Methods in tigase.eventbus.impl that return AbstractHandler.Type Modifier and Type Method Description abstract AbstractHandler.Type
AbstractHandler. getRequiredEventType()
AbstractHandler.Type
ObjectEventsListenerHandler. getRequiredEventType()
AbstractHandler.Type
ObjectEventsSourceListenerHandler. getRequiredEventType()
AbstractHandler.Type
ReflectEventListenerHandler. getRequiredEventType()
static AbstractHandler.Type
AbstractHandler.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AbstractHandler.Type[]
AbstractHandler.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-