-
@Deprecated() public interface UIManagerModuleListener
Listener used to hook into the UIManager update process. Deprecated: use UIManagerListener instead. This will be deleted in some future release.
-
-
Method Summary
Modifier and Type Method Description abstract void
willDispatchViewUpdates(UIManagerModule uiManager)
Called right before view updates are dispatched at the end of a batch. -
-
Method Detail
-
willDispatchViewUpdates
abstract void willDispatchViewUpdates(UIManagerModule uiManager)
Called right before view updates are dispatched at the end of a batch. This is useful if amodule needs to add UIBlocks to the queue before it is flushed.
-
-
-
-