public abstract class AbstractOnceApplicationListener<T extends org.springframework.context.ApplicationEvent> extends Object implements org.springframework.context.ApplicationListener<T>
Constructor and Description |
---|
AbstractOnceApplicationListener() |
Modifier and Type | Method and Description |
---|---|
protected String |
conditionalOnClass()
condition on class.
|
protected abstract void |
handleEvent(T event)
handle event.
|
void |
onApplicationEvent(T event) |
public void onApplicationEvent(T event)
onApplicationEvent
in interface org.springframework.context.ApplicationListener<T extends org.springframework.context.ApplicationEvent>
protected abstract void handleEvent(T event)
event
- protected String conditionalOnClass()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.