Class FocusNotifier.FocusEvent<C extends Component>

    • Constructor Detail

      • FocusEvent

        public FocusEvent​(C source,
                          boolean fromClient)
        FocusEvent base constructor.
        Parameters:
        source - the source component
        fromClient - true if the event originated from the client side, false otherwise
        See Also:
        ComponentEvent