org.nakedobjects.metamodel.adapter
Class LifeCycleEvent

java.lang.Object
  extended by org.nakedobjects.metamodel.adapter.LifeCycleEvent

public class LifeCycleEvent
extends java.lang.Object


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

CREATED

public static final LifeCycleEvent CREATED
Index for the life cycle method marking the logical creation of an object.


DELETED

public static final LifeCycleEvent DELETED
Index for the life cycle method marking the end of the deleting process.


DELETING

public static final LifeCycleEvent DELETING
Index for the life cycle method marking the beginning of the deleting process.


LOADED

public static final LifeCycleEvent LOADED
Index for the life cycle method marking the end of the loading process.


LOADING

public static final LifeCycleEvent LOADING
Index for the life cycle method marking the beginning of the loading process.


SAVED

public static final LifeCycleEvent SAVED
Index for the life cycle method marking the end of the save process.


SAVING

public static final LifeCycleEvent SAVING
Index for the life cycle method marking the beginning of the save process.


UPDATED

public static final LifeCycleEvent UPDATED
Index for the life cycle method marking the end of the updating process.


UPDATING

public static final LifeCycleEvent UPDATING
Index for the life cycle method marking the beginning of the updating process.

Method Detail

getFacetClass

public java.lang.Class<? extends Facet> getFacetClass()


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.