Uses of Class
org.nakedobjects.metamodel.adapter.LifeCycleEvent

Packages that use LifeCycleEvent
org.nakedobjects.metamodel.adapter   
 

Uses of LifeCycleEvent in org.nakedobjects.metamodel.adapter
 

Fields in org.nakedobjects.metamodel.adapter declared as LifeCycleEvent
static LifeCycleEvent LifeCycleEvent.CREATED
          Index for the life cycle method marking the logical creation of an object.
static LifeCycleEvent LifeCycleEvent.DELETED
          Index for the life cycle method marking the end of the deleting process.
static LifeCycleEvent LifeCycleEvent.DELETING
          Index for the life cycle method marking the beginning of the deleting process.
static LifeCycleEvent LifeCycleEvent.LOADED
          Index for the life cycle method marking the end of the loading process.
static LifeCycleEvent LifeCycleEvent.LOADING
          Index for the life cycle method marking the beginning of the loading process.
static LifeCycleEvent LifeCycleEvent.SAVED
          Index for the life cycle method marking the end of the save process.
static LifeCycleEvent LifeCycleEvent.SAVING
          Index for the life cycle method marking the beginning of the save process.
static LifeCycleEvent LifeCycleEvent.UPDATED
          Index for the life cycle method marking the end of the updating process.
static LifeCycleEvent LifeCycleEvent.UPDATING
          Index for the life cycle method marking the beginning of the updating process.
 



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