Class AssetChildRemoveEvent


public class AssetChildRemoveEvent extends SimpleBusinessEvent<AssetChildRemoveInput,Void>
Event to delete a BOAsset as child of another given one.
The launcher must provide a valid AssetChildRemoveInput in order to successfully call this event.
The listener delete the asset child starting from the event input, i.e. the given AssetChildRemoveInput.
Since:
16.0
GCApi:
event
Reactors:
BTAssetChildRemove(0)
No Spouts