public interface IGlobalSettingsObserver
| Modifier and Type | Method and Description | 
|---|---|
void | 
onDeleted(BmContext context,
         GlobalSettings previous,
         java.lang.String key)  | 
void | 
onUpdated(BmContext context,
         GlobalSettings previous,
         GlobalSettings updated)  | 
void onUpdated(BmContext context, GlobalSettings previous, GlobalSettings updated) throws ServerFault
ServerFaultvoid onDeleted(BmContext context, GlobalSettings previous, java.lang.String key) throws ServerFault
ServerFaultCopyright © 2023. All Rights Reserved.