public enum AppEventId extends Enum<AppEventId>
Enum Constant and Description |
---|
ACT_START |
APP_ACT_PLUGIN_LOADED |
APP_CODE_SCANNED |
CLASS_LOADED |
CLASS_LOADER_INITIALIZED |
CONFIG_LOADED |
CONFIG_PREMERGE |
DB_SVC_LOADED |
DEPENDENCY_INJECTOR_LOADED |
DEPENDENCY_INJECTOR_PROVISIONED |
EVENT_BUS_INITIALIZED |
POST_START
The App POST_START event
is used for framework.
|
PRE_LOAD_CLASSES |
PRE_START |
ROUTER_INITIALIZED |
ROUTER_LOADED |
SINGLETON_PROVISIONED |
START |
STATELESS_PROVISIONED |
STOP |
Modifier and Type | Method and Description |
---|---|
abstract AppEvent |
of(App app) |
static AppEventId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppEventId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppEventId EVENT_BUS_INITIALIZED
public static final AppEventId CONFIG_LOADED
public static final AppEventId CONFIG_PREMERGE
public static final AppEventId DB_SVC_LOADED
public static final AppEventId PRE_LOAD_CLASSES
public static final AppEventId CLASS_LOADER_INITIALIZED
public static final AppEventId CLASS_LOADED
public static final AppEventId APP_CODE_SCANNED
public static final AppEventId APP_ACT_PLUGIN_LOADED
public static final AppEventId ROUTER_INITIALIZED
public static final AppEventId ROUTER_LOADED
public static final AppEventId DEPENDENCY_INJECTOR_LOADED
public static final AppEventId DEPENDENCY_INJECTOR_PROVISIONED
public static final AppEventId SINGLETON_PROVISIONED
public static final AppEventId PRE_START
public static final AppEventId STATELESS_PROVISIONED
public static final AppEventId START
public static final AppEventId POST_START
public static final AppEventId ACT_START
public static final AppEventId STOP
public static AppEventId[] values()
for (AppEventId c : AppEventId.values()) System.out.println(c);
public static AppEventId valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2014-2017 ActFramework. All Rights Reserved.