T - the deleted element parent typeU - the deleted element@PerLookup
public interface DeletionDecorator<T extends ConfigBeanProxy,U extends ConfigBeanProxy>
| Modifier and Type | Interface and Description |
|---|---|
static class |
DeletionDecorator.NoDecoration |
| Modifier and Type | Method and Description |
|---|---|
void |
decorate(AdminCommandContext context,
T parent,
U child)
notification of a configuration element of type U deletion.
|
void decorate(AdminCommandContext context, T parent, U child) throws TransactionFailure, PropertyVetoException
context - the command context to lead to the element deletionparent - the parent instance the element was removed fromchild - the deleted instanceTransactionFailurePropertyVetoExceptionCopyright © 2019. All rights reserved.