Package 

Interface UIManagerModuleListener


  • @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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.