public interface HostListenerExtension<T>
Modifier and Type | Method and Description |
---|---|
void |
afterMount()
Called immediately after mounting.
|
void |
beforeMount(T input,
Rect localVisibleRect)
Called for setting up input on the extension before mounting.
|
void |
onUnbind()
Called after all the Host's children have been unbound.
|
void |
onUnmount()
Called after all the Host's children have been unmounted.
|
void |
onVisibleBoundsChanged(Rect localVisibleRect)
Called when the visible bounds of the Host change.
|
void beforeMount(T input, Rect localVisibleRect)
input
- void afterMount()
void onVisibleBoundsChanged(Rect localVisibleRect)
void onUnmount()
void onUnbind()