public class DelegatingApplicationListener extends Object implements ApplicationListener<ApplicationEvent>, Ordered
ApplicationListener that delegates to other listeners that are specified under
a context.listener.classes environment property.HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| Constructor and Description |
|---|
DelegatingApplicationListener() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
void |
onApplicationEvent(ApplicationEvent event) |
void |
setOrder(int order) |
public void onApplicationEvent(ApplicationEvent event)
onApplicationEvent in interface ApplicationListener<ApplicationEvent>public void setOrder(int order)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.