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
ServerFault
void onDeleted(BmContext context, GlobalSettings previous, java.lang.String key) throws ServerFault
ServerFault
Copyright © 2021. All Rights Reserved.