public interface UnmountDelegateExtension
MountItem
's unmount responsibility.Modifier and Type | Method and Description |
---|---|
boolean |
shouldDelegateUnmount(MountItem mountItem)
This method is called to check if this item's unmount needs to be delegated.
|
void |
unmount(int index,
MountItem mountItem,
Host host)
This method is responsible for unmounting the item from the
Host and unbinding the item
from the MountDelegateTarget . |
boolean shouldDelegateUnmount(MountItem mountItem)
mountItem
- void unmount(int index, MountItem mountItem, Host host)
Host
and unbinding the item
from the MountDelegateTarget
.index
- mountItem
- host
-