Package | Description |
---|---|
act.app.event | |
act.event |
Modifier and Type | Interface and Description |
---|---|
interface |
AppEventListener<EVENT_TYPE extends AppEvent> |
Modifier and Type | Class and Description |
---|---|
class |
ActStart
ActStart event is triggered after Application loaded and network layer started.
|
class |
AppActPluginLoaded
|
class |
AppClassLoaded
Emitted immediately when
App ’s class loader has loaded classes |
class |
AppClassLoaderInitialized
Emitted immediately when
App ’s class loader instance initialized |
class |
AppCodeScanned
Emitted immediately when
App ’s app code scanner finished its work |
class |
AppConfigLoaded
Emitted after Application’s configuration has been loaded
|
class |
AppConfigPreMerge
Emitted right before merging
app custom config |
class |
AppDbSvcLoaded
Emitted after Application’s
db services have been loaded |
class |
AppDependencyInjectorLoaded
Emitted immediately when
App ’s dependency injector is loaded |
class |
AppDependencyInjectorProvisioned
Emitted immediately when
App ’s dependency injector is provisioned |
class |
AppPostStart
Mark a Application Post Start event.
|
class |
AppPreLoadClasses
Emitted right before initializing
AppClassLoader |
class |
AppPreStart
Emit right before emitting
AppStart event |
class |
AppRouterInitialized
Emitted after Application’s router has been initialized and before route table loaded
|
class |
AppRouterLoaded
Emitted after Application’s router has been loaded
|
class |
AppStart
Mark a Application Start event
|
class |
AppStop
Mark a Application Stop event
|
class |
EventBusInitialized
Emitted after Application’s
EventBus has been initialized |
class |
SingletonProvisioned
Emitted immediately when
App ’s all component annotated with Singleton has been provisioned |
class |
StatelessProvisioned
|
Modifier and Type | Method and Description |
---|---|
abstract AppEvent |
AppEventId.of(App app) |
Modifier and Type | Class and Description |
---|---|
class |
AppEventListenerBase<EVENT_TYPE extends AppEvent> |
Modifier and Type | Method and Description |
---|---|
EventBus |
EventBus.emit(AppEvent event) |
EventBus |
EventBus.emitAsync(AppEvent event) |
EventBus |
EventBus.emitSync(AppEvent event) |
EventBus |
EventBus.trigger(AppEvent event) |
EventBus |
EventBus.triggerAsync(AppEvent event) |
EventBus |
EventBus.triggerSync(AppEvent event) |
Copyright © 2014–2017 ActFramework. All rights reserved.