@FunctionalInterface
public interface ApplicationListener<E extends java.util.EventObject>
extends java.util.EventListener
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onApplicationEvent(E event)
On event
|
void onApplicationEvent(E event)
event - event instanceCopyright © 2019 TODAY. All rights reserved.