Package | Description |
---|---|
act | |
act.app | |
act.app.event | |
act.cli.event | |
act.controller.meta | |
act.db | |
act.event | |
act.handler.event | |
act.inject |
The package is all about Dependency Injections
|
act.mail | |
act.ws |
Modifier and Type | Method and Description |
---|---|
static <T extends ActEvent> |
Act.registerEventListener(java.lang.Class<T> eventClass,
ActEventListener<T> listener) |
Modifier and Type | Method and Description |
---|---|
static void |
Act.trigger(ActEvent<?> event) |
Modifier and Type | Class and Description |
---|---|
static class |
ActionContext.ActionContextEvent |
static class |
ActionContext.PreFireSessionResolvedEvent
This event is fired after session resolved and before any
OldSessionManager.Listener get called |
static class |
ActionContext.SessionDissolvedEvent |
static class |
ActionContext.SessionResolvedEvent
This event is fired after session resolved and after all
OldSessionManager.Listener get notified and in turn after all event listeners that listen to the ActionContext.PreFireSessionResolvedEvent get notified |
static class |
ActionContext.SessionWillDissolveEvent |
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 |
AppEvent |
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 | Class and Description |
---|---|
class |
CliSessionStart
This event is emitted synchronously when a
CliSession begin to run |
class |
CliSessionTerminate
This event is emitted synchronously when a
CliSession terminated |
Modifier and Type | Class and Description |
---|---|
class |
ControllerMetaInfoRegistered
An event triggered when a
ControllerClassMetaInfo has been registered |
Modifier and Type | Class and Description |
---|---|
class |
DbPluginRegistered |
class |
DbServiceInitialized |
class |
DeleteEvent<MODEL_TYPE>
Raised by framework when calling
Dao.delete(Object) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends ActEvent<T>> |
ActEvent.eventType()
Unlike the
Object.getClass() method, which always return the java class of the current instance. |
Modifier and Type | Method and Description |
---|---|
EventBus |
EventBus.emit(ActEvent event) |
EventBus |
EventBus.emitAsync(ActEvent event) |
EventBus |
EventBus.emitSync(ActEvent event) |
EventBus |
EventBus.trigger(ActEvent event) |
EventBus |
EventBus.triggerAsync(ActEvent event) |
EventBus |
EventBus.triggerSync(ActEvent event) |
Modifier and Type | Class and Description |
---|---|
class |
AfterResultCommit
This event will be triggered right before the
Result is committed |
class |
BeforeResultCommit
This event will be triggered right before the
Result is committed |
class |
ResultEvent |
Modifier and Type | Class and Description |
---|---|
class |
DependencyInjectionBinder<T>
Used to pass class binding resolution to DI plugin(s)
|
Modifier and Type | Class and Description |
---|---|
static class |
MailerContext.InitEvent |
Modifier and Type | Class and Description |
---|---|
class |
WebSocketCloseEvent |
class |
WebSocketConnectEvent |
class |
WebSocketEventBase |
Copyright © 2014–2017 ActFramework. All rights reserved.