public interface DisappearingHost
Host
that
would allow for the extension to handle disappearing animations.Modifier and Type | Method and Description |
---|---|
boolean |
finaliseDisappearingItem(MountItem mountItem)
In this method we finally remove the mountItem from the drawing pass.
|
void |
startDisappearingMountItem(MountItem mountItem)
This method should remove any reference to the mounted item but keep it added to the host to be
drawn.
|
void startDisappearingMountItem(MountItem mountItem)
mountItem
- boolean finaliseDisappearingItem(MountItem mountItem)
mountItem
- true
iff the item was removed from the Host.