public static class GenericExecutableApplicationListener.Builder extends Object
| Constructor and Description |
|---|
GenericExecutableApplicationListener.Builder(Executable executable) |
public GenericExecutableApplicationListener.Builder(Executable executable)
public GenericExecutableApplicationListener build()
public GenericExecutableApplicationListener.Builder order(int order)
public GenericExecutableApplicationListener.Builder supportedSourceTypes(List<Class<?>> supportedSourceTypes)
public GenericExecutableApplicationListener.Builder supportedSourceType(Class<?> supportedSourceType)
public GenericExecutableApplicationListener.Builder supportedEventTypes(List<Class<? extends org.springframework.context.ApplicationEvent>> supportedEventTypes)
public GenericExecutableApplicationListener.Builder supportedEventType(Class<? extends org.springframework.context.ApplicationEvent> supportedEventType)
public int getOrder()
public void setOrder(int order)
public List<Class<?>> getSupportedSourceTypes()
public void setSupportedSourceTypes(List<Class<?>> supportedSourceTypes)
public List<Class<? extends org.springframework.context.ApplicationEvent>> getSupportedEventTypes()
public void setSupportedEventTypes(List<Class<? extends org.springframework.context.ApplicationEvent>> supportedEventTypes)
public Executable getExecutable()
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.