|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nakedobjects.metamodel.adapter.LifeCycleEvent
public class LifeCycleEvent
| Field Summary | |
|---|---|
static LifeCycleEvent |
CREATED
Index for the life cycle method marking the logical creation of an object. |
static LifeCycleEvent |
DELETED
Index for the life cycle method marking the end of the deleting process. |
static LifeCycleEvent |
DELETING
Index for the life cycle method marking the beginning of the deleting process. |
static LifeCycleEvent |
LOADED
Index for the life cycle method marking the end of the loading process. |
static LifeCycleEvent |
LOADING
Index for the life cycle method marking the beginning of the loading process. |
static LifeCycleEvent |
SAVED
Index for the life cycle method marking the end of the save process. |
static LifeCycleEvent |
SAVING
Index for the life cycle method marking the beginning of the save process. |
static LifeCycleEvent |
UPDATED
Index for the life cycle method marking the end of the updating process. |
static LifeCycleEvent |
UPDATING
Index for the life cycle method marking the beginning of the updating process. |
| Method Summary | |
|---|---|
java.lang.Class<? extends Facet> |
getFacetClass()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final LifeCycleEvent CREATED
public static final LifeCycleEvent DELETED
public static final LifeCycleEvent DELETING
public static final LifeCycleEvent LOADED
public static final LifeCycleEvent LOADING
public static final LifeCycleEvent SAVED
public static final LifeCycleEvent SAVING
public static final LifeCycleEvent UPDATED
public static final LifeCycleEvent UPDATING
| Method Detail |
|---|
public java.lang.Class<? extends Facet> getFacetClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||