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, onUpdated
public void onCreated(BmContext context, ItemValue<Domain> created) throws ServerFault
onCreated
in interface IDomainHook
onCreated
in class DomainHookAdapter
ServerFault
public void onDeleted(BmContext context, ItemValue<Domain> previous) throws ServerFault
onDeleted
in interface IDomainHook
onDeleted
in class DomainHookAdapter
ServerFault
public void onBeforeDelete(BmContext context, ItemValue<Domain> domain) throws ServerFault
onBeforeDelete
in interface IDomainHook
onBeforeDelete
in class DomainHookAdapter
ServerFault
Copyright © 2021. All Rights Reserved.