public class MadvocComponentLifecycle
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
MadvocComponentLifecycle.Init
Madvoc INIT handler.
|
static interface |
MadvocComponentLifecycle.Ready
Madvoc READY handler.
|
static interface |
MadvocComponentLifecycle.Start
Madvoc START handler.
|
static interface |
MadvocComponentLifecycle.Stop
Madvoc STOP handler.
|
| Constructor and Description |
|---|
MadvocComponentLifecycle() |
| Modifier and Type | Method and Description |
|---|---|
static void |
invoke(java.lang.Object listener,
java.lang.Class listenerType)
Invoke the listener based on type.
|
Copyright © 2003-present Jodd Team