Uses of Class
org.salespointframework.core.data.events.PersistenceStateListener.OperationalState

Packages that use PersistenceStateListener.OperationalState
org.salespointframework.core.data.events Provides classes and interfaces for events triggered by classes in the data package and its sub-packages. 
 

Uses of PersistenceStateListener.OperationalState in org.salespointframework.core.data.events
 

Methods in org.salespointframework.core.data.events that return PersistenceStateListener.OperationalState
static PersistenceStateListener.OperationalState PersistenceStateListener.OperationalState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PersistenceStateListener.OperationalState[] PersistenceStateListener.OperationalState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.salespointframework.core.data.events with parameters of type PersistenceStateListener.OperationalState
 void PersistenceStateListener.operationalStateChanged(PersistenceStateListener.OperationalState operation, java.lang.Object object)
          Operational state changed