public interface AdminStoreIntegrationMgrInterface
Modifier and Type | Method and Description |
---|---|
void |
storeAdded(AdminStore store)
Called whenever a new store is added
|
void |
storeChanged(AdminStore oldStore,
AdminStore newStore)
Called whenever a new store is changed
|
void storeAdded(AdminStore store)
store
- The new storevoid storeChanged(AdminStore oldStore, AdminStore newStore)
oldStore
- The store object before the changenewStore
- The new store object after the changeCopyright © 2018 DS Data Systems UK Ltd.