Class PreRenderViewEvent

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      PreRenderViewEvent​(UIViewRoot root)
      Instantiate a new PreRenderViewEvent that indicates the argument root is about to be rendered.
    • Constructor Detail

      • PreRenderViewEvent

        public PreRenderViewEvent​(UIViewRoot root)

        Instantiate a new PreRenderViewEvent that indicates the argument root is about to be rendered.

        Parameters:
        root - the UIViewRoot that is about to be rendered.