public static enum IEmapAppListener.Type extends Enum<IEmapAppListener.Type>
| 枚举常量和说明 |
|---|
AFTER_CONFIG_CHANGED
当配置文件(如:数据实体)更新之后。
|
AFTER_INITIALIZED
当应用初始化完成之后。
|
BEFORE_DESTROY
当应用被销毁之前。
|
BEFORE_REMOVE
当应用移除之前。
|
public static final IEmapAppListener.Type AFTER_INITIALIZED
public static final IEmapAppListener.Type BEFORE_DESTROY
public static final IEmapAppListener.Type AFTER_CONFIG_CHANGED
public static final IEmapAppListener.Type BEFORE_REMOVE
public static IEmapAppListener.Type[] values()
for (IEmapAppListener.Type c : IEmapAppListener.Type.values()) System.out.println(c);
public static IEmapAppListener.Type valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2022. All rights reserved.