public interface AppListener
应用对象上下文
限定符和类型 | 方法和说明 |
---|---|
void |
after(AppContext context)
执行后触发
|
boolean |
before(AppContext context)
执行前触发,返回false可阻止该操作的继续
|
boolean before(AppContext context)
context
- App应用对象void after(AppContext context)
context
- App应用对象Copyright © Actionsoft Co., Ltd. All Rights Reserved.