Uses of Enum
org.apache.cxf.service.factory.FactoryBeanListener.Event
Packages that use FactoryBeanListener.Event
-
Uses of FactoryBeanListener.Event in org.apache.cxf.service.factory
Methods in org.apache.cxf.service.factory that return FactoryBeanListener.EventModifier and TypeMethodDescriptionstatic FactoryBeanListener.Event
Returns the enum constant of this type with the specified name.static FactoryBeanListener.Event[]
FactoryBeanListener.Event.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cxf.service.factory with parameters of type FactoryBeanListener.EventModifier and TypeMethodDescriptionvoid
AnnotationsFactoryBeanListener.handleEvent
(FactoryBeanListener.Event ev, AbstractServiceFactoryBean factory, Object... args) void
FactoryBeanListener.handleEvent
(FactoryBeanListener.Event ev, AbstractServiceFactoryBean factory, Object... args) void
OldLoggingFactoryBeanListener.handleEvent
(FactoryBeanListener.Event ev, AbstractServiceFactoryBean factory, Object... args) void
AbstractServiceFactoryBean.sendEvent
(FactoryBeanListener.Event ev, Object... args)