org.salespointframework.core.data.events
Interface ExternalModificationListener

All Known Subinterfaces:
Catalog<T>, CountingStock<T,CT>, Currency<T>, ListenableCatalog<T>, ListenableStock<T,CT>, MoneyBag, Stock<T,CT>, StoringStock<T,CT>
All Known Implementing Classes:
AbstractCurrency, AbstractStockFilter, CatalogFilter, CatalogImpl, CountingStockFilter, CountingStockImpl, CurrencyFilter, CurrencyImpl, EUROCurrencyImpl, MoneyBagFilter, MoneyBagImpl, PersistentList, PersistentMap, StockImpl, StoringStockFilter, StoringStockImpl, UserManager, UserManagerFilter

public interface 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)

Since:
4.0
Author:
Thomas Kissinger

Method Summary
 void externalModificationOccurred()
          external modification just occurred
 

Method Detail

externalModificationOccurred

void externalModificationOccurred()
external modification just occurred