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

Packages that use PersistenceStateListener.ConnectionState
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.ConnectionState in org.salespointframework.core.data.events
 

Methods in org.salespointframework.core.data.events that return PersistenceStateListener.ConnectionState
static PersistenceStateListener.ConnectionState PersistenceStateListener.ConnectionState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PersistenceStateListener.ConnectionState[] PersistenceStateListener.ConnectionState.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.ConnectionState
 void PersistenceStateListener.connectionStateChanged(PersistenceStateListener.ConnectionState state, DatabaseConnection dbc)
          The connection state changed.