public static class ExecutableApplicationEventListener.Builder<T extends org.springframework.context.ApplicationEvent> extends Object
| Constructor and Description |
|---|
ExecutableApplicationEventListener.Builder(Executable executable,
Class<T> supportedEventType) |
| Modifier and Type | Method and Description |
|---|---|
ExecutableApplicationEventListener<T> |
build() |
Executable |
getExecutable() |
int |
getOrder() |
ExecutableApplicationEventListener.Builder<T> |
order(int order) |
void |
setOrder(int order) |
public ExecutableApplicationEventListener.Builder(Executable executable, Class<T> supportedEventType)
public ExecutableApplicationEventListener<T> build()
public ExecutableApplicationEventListener.Builder<T> order(int order)
public int getOrder()
public void setOrder(int order)
public Executable getExecutable()
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.