|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AdminStoreIntegrationMgrInterface
Used to provide an integration point when a store is added or changed
Method Summary | |
---|---|
void |
storeAdded(AdminStore store)
Called whenever a new store is added |
void |
storeChanged(AdminStore oldStore,
AdminStore newStore)
Called whenever a new store is changed |
Method Detail |
---|
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 change
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |