Class MultiverseEventListenerFactory
java.lang.Object
it.uniroma2.art.semanticturkey.multiverse.MultiverseEventListenerFactory
- All Implemented Interfaces:
org.springframework.context.event.EventListenerFactory
,org.springframework.core.Ordered
public class MultiverseEventListenerFactory
extends Object
implements org.springframework.context.event.EventListenerFactory, org.springframework.core.Ordered
EventListenerFactory
implementation that handles MultiverseEventListener
annotated methods.-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.context.ApplicationListener<?>
createApplicationListener
(String beanName, Class<?> type, Method method) int
getOrder()
void
setOrder
(int order) boolean
supportsMethod
(Method method)
-
Constructor Details
-
MultiverseEventListenerFactory
-
-
Method Details
-
setOrder
public void setOrder(int order) -
getOrder
public int getOrder()- Specified by:
getOrder
in interfaceorg.springframework.core.Ordered
-
supportsMethod
- Specified by:
supportsMethod
in interfaceorg.springframework.context.event.EventListenerFactory
-
createApplicationListener
public org.springframework.context.ApplicationListener<?> createApplicationListener(String beanName, Class<?> type, Method method) - Specified by:
createApplicationListener
in interfaceorg.springframework.context.event.EventListenerFactory
-