Class FocusChanged


  • public class FocusChanged
    extends Object
    An event where the focus state of the client changes.

    Examples of when this event may trigger include:

    • Alt-tabbing to a different window
    • Clicking outside the client window
    • Clicking the client window from a different focused window
    • Constructor Detail

      • FocusChanged

        public FocusChanged()
    • Method Detail

      • isFocused

        public boolean isFocused()
        The new focus state.
      • setFocused

        public void setFocused​(boolean focused)
        The new focus state.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object