public class DirectorySerializationDomainHook extends DomainHookAdapter
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DOMAIN_CHANGE_EVENT |
Constructor and Description |
---|
DirectorySerializationDomainHook() |
Modifier and Type | Method and Description |
---|---|
void |
onCreated(BmContext context,
ItemValue<Domain> domain) |
void |
onDeleted(BmContext context,
ItemValue<Domain> domain) |
onAliasesUpdated, onBeforeDelete, onSettingsUpdated, onUpdated
public static final java.lang.String DOMAIN_CHANGE_EVENT
public void onCreated(BmContext context, ItemValue<Domain> domain)
onCreated
in interface IDomainHook
onCreated
in class DomainHookAdapter
public void onDeleted(BmContext context, ItemValue<Domain> domain)
onDeleted
in interface IDomainHook
onDeleted
in class DomainHookAdapter
Copyright © 2021. All Rights Reserved.