public class DomainTagHook extends DomainHookAdapter
| Constructor and Description | 
|---|
DomainTagHook()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
onBeforeDelete(BmContext context,
              ItemValue<Domain> domain)  | 
void | 
onCreated(BmContext context,
         ItemValue<Domain> created)  | 
void | 
onDeleted(BmContext context,
         ItemValue<Domain> previous)  | 
onAliasesUpdated, onSettingsUpdated, onUpdatedpublic void onCreated(BmContext context, ItemValue<Domain> created) throws ServerFault
onCreated in interface IDomainHookonCreated in class DomainHookAdapterServerFaultpublic void onDeleted(BmContext context, ItemValue<Domain> previous) throws ServerFault
onDeleted in interface IDomainHookonDeleted in class DomainHookAdapterServerFaultpublic void onBeforeDelete(BmContext context, ItemValue<Domain> domain) throws ServerFault
onBeforeDelete in interface IDomainHookonBeforeDelete in class DomainHookAdapterServerFaultCopyright © 2021. All Rights Reserved.