public class LogApplicationListener extends Object implements org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>, org.springframework.context.ApplicationContextAware
| Constructor and Description |
|---|
LogApplicationListener(String systemname,
String systemart,
String systemversion)
Erzeugt einen neuen LogApplicationListener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onApplicationEvent(org.springframework.context.ApplicationEvent event) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public LogApplicationListener(String systemname, String systemart, String systemversion)
systemname - Wert des Attributs 'systemname'.systemart - Wert des Attributs 'systemart'.systemversion - Wert des Attributs 'systemversion'.public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext in interface org.springframework.context.ApplicationContextAwarepublic void onApplicationEvent(org.springframework.context.ApplicationEvent event)
onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>ApplicationListener.onApplicationEvent(org.springframework.context.ApplicationEvent)Copyright © 2022. All rights reserved.