public class ExportExcelListener
extends java.lang.Object
implements top.jfunc.common.event.core.ApplicationListener<top.jfunc.common.excel.asyncexport.ExportExcelEvent>, top.jfunc.common.event.core.ListenerAttr
| 构造器和说明 |
|---|
ExportExcelListener() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
getEnableAsync() |
int |
getOrder() |
java.lang.String |
getTag() |
void |
onApplicationEvent(top.jfunc.common.excel.asyncexport.ExportExcelEvent event) |
public void onApplicationEvent(top.jfunc.common.excel.asyncexport.ExportExcelEvent event)
onApplicationEvent 在接口中 top.jfunc.common.event.core.ApplicationListener<top.jfunc.common.excel.asyncexport.ExportExcelEvent>public int getOrder()
getOrder 在接口中 top.jfunc.common.event.core.ListenerAttrpublic boolean getEnableAsync()
getEnableAsync 在接口中 top.jfunc.common.event.core.ListenerAttrpublic java.lang.String getTag()
getTag 在接口中 top.jfunc.common.event.core.ListenerAttr