Uses of Package
org.salespointframework.core.data.events

Packages that use org.salespointframework.core.data.events
org.salespointframework.core.data Provides interfaces for data management. 
org.salespointframework.core.data.database Database connection implementations 
org.salespointframework.core.data.events Provides classes and interfaces for events triggered by classes in the data package and its sub-packages. 
org.salespointframework.core.data.filters Contains catalog and stock filters. 
org.salespointframework.core.data.interfaces   
org.salespointframework.core.users Contains all the classes for managing users and their capabilities. 
org.salespointframework.core.users.events Contains events and listeners needed by classes in the users package. 
org.salespointframework.desktop.models   
 

Classes in org.salespointframework.core.data.events used by org.salespointframework.core.data
CatalogChangeListener
          A listener listening for CatalogChangeEvents.
DataBasketListener
          Listener that listens for DataBasketEvents.
DatasourceChangeListener
          This listener notifies whenever the datasource changes. this usually should cause every cache to invalidate itself and reload all data from new datasource.
DatasourceOnChangeListener
          Listens to event which are triggered, when the datasource is going to change but hasn't now.
ExternalModificationListener
          This event is triggered by modification check worker whenever a change occurred by external shop instances the listener need to be registered via PersistenceManager.attachExternalModificationListener(String, ExternalModificationListener)
StockChangeEvent
          Abstract super class of all events indicating changes in a Stock's contents.
StockChangeListener
          Listener listening for StockChangeEvents.
VetoException
          Exception thrown by CatalogChangeListeners and StockChangeListeners to indicate a veto against some operation.
 

Classes in org.salespointframework.core.data.events used by org.salespointframework.core.data.database
DatabaseConnectionListener
          This Listener notifies about an update in databse connections.
DatasourceChangeListener
          This listener notifies whenever the datasource changes. this usually should cause every cache to invalidate itself and reload all data from new datasource.
DatasourceOnChangeListener
          Listens to event which are triggered, when the datasource is going to change but hasn't now.
ExternalModificationListener
          This event is triggered by modification check worker whenever a change occurred by external shop instances the listener need to be registered via PersistenceManager.attachExternalModificationListener(String, ExternalModificationListener)
PersistenceStateListener
          This listener listens for changes in the persistence state which observes the the persistence process.
PersistenceStateListener.ConnectionState
          Connection states
PersistenceStateListener.OperationalState
          Operational states
 

Classes in org.salespointframework.core.data.events used by org.salespointframework.core.data.events
CatalogChangeEvent
          An event indicating a change in a Catalog's contents.
CatalogChangeListener
          A listener listening for CatalogChangeEvents.
DataBasketEvent
          An event that indicates a change in a DataBasket's contents.
DataBasketListener
          Listener that listens for DataBasketEvents.
DatasourceChangeListener
          This listener notifies whenever the datasource changes. this usually should cause every cache to invalidate itself and reload all data from new datasource.
PersistenceStateListener.ConnectionState
          Connection states
PersistenceStateListener.OperationalState
          Operational states
StockChangeEvent
          Abstract super class of all events indicating changes in a Stock's contents.
StockChangeListener
          Listener listening for StockChangeEvents.
VetoException
          Exception thrown by CatalogChangeListeners and StockChangeListeners to indicate a veto against some operation.
 

Classes in org.salespointframework.core.data.events used by org.salespointframework.core.data.filters
CatalogChangeEvent
          An event indicating a change in a Catalog's contents.
CatalogChangeListener
          A listener listening for CatalogChangeEvents.
DatasourceChangeListener
          This listener notifies whenever the datasource changes. this usually should cause every cache to invalidate itself and reload all data from new datasource.
ExternalModificationListener
          This event is triggered by modification check worker whenever a change occurred by external shop instances the listener need to be registered via PersistenceManager.attachExternalModificationListener(String, ExternalModificationListener)
StockChangeEvent
          Abstract super class of all events indicating changes in a Stock's contents.
StockChangeListener
          Listener listening for StockChangeEvents.
VetoException
          Exception thrown by CatalogChangeListeners and StockChangeListeners to indicate a veto against some operation.
 

Classes in org.salespointframework.core.data.events used by org.salespointframework.core.data.interfaces
CatalogChangeListener
          A listener listening for CatalogChangeEvents.
DataBasketListener
          Listener that listens for DataBasketEvents.
DatasourceChangeListener
          This listener notifies whenever the datasource changes. this usually should cause every cache to invalidate itself and reload all data from new datasource.
DatasourceOnChangeListener
          Listens to event which are triggered, when the datasource is going to change but hasn't now.
ExternalModificationListener
          This event is triggered by modification check worker whenever a change occurred by external shop instances the listener need to be registered via PersistenceManager.attachExternalModificationListener(String, ExternalModificationListener)
StockChangeListener
          Listener listening for StockChangeEvents.
VetoException
          Exception thrown by CatalogChangeListeners and StockChangeListeners to indicate a veto against some operation.
 

Classes in org.salespointframework.core.data.events used by org.salespointframework.core.users
DatasourceChangeListener
          This listener notifies whenever the datasource changes. this usually should cause every cache to invalidate itself and reload all data from new datasource.
DatasourceOnChangeListener
          Listens to event which are triggered, when the datasource is going to change but hasn't now.
ExternalModificationListener
          This event is triggered by modification check worker whenever a change occurred by external shop instances the listener need to be registered via PersistenceManager.attachExternalModificationListener(String, ExternalModificationListener)
 

Classes in org.salespointframework.core.data.events used by org.salespointframework.core.users.events
DatasourceChangeListener
          This listener notifies whenever the datasource changes. this usually should cause every cache to invalidate itself and reload all data from new datasource.
 

Classes in org.salespointframework.core.data.events used by org.salespointframework.desktop.models
CatalogChangeEvent
          An event indicating a change in a Catalog's contents.
CatalogChangeListener
          A listener listening for CatalogChangeEvents.
DatabaseConnectionListener
          This Listener notifies about an update in databse connections.
DataBasketEvent
          An event that indicates a change in a DataBasket's contents.
DataBasketListener
          Listener that listens for DataBasketEvents.
DatasourceChangeListener
          This listener notifies whenever the datasource changes. this usually should cause every cache to invalidate itself and reload all data from new datasource.
StockChangeEvent
          Abstract super class of all events indicating changes in a Stock's contents.
StockChangeListener
          Listener listening for StockChangeEvents.
VetoException
          Exception thrown by CatalogChangeListeners and StockChangeListeners to indicate a veto against some operation.