Class AppFocusEvent

  • All Implemented Interfaces:
    Contextual

    public class AppFocusEvent
    extends ApplicationEvent
    An event sent when the application has become the foreground app, or when it has resigned being the foreground app.
    Author:
    Curtis Rueden
    • Constructor Detail

      • AppFocusEvent

        public AppFocusEvent​(boolean focus)
    • Method Detail

      • isForeground

        public boolean isForeground()
      • isBackground

        public boolean isBackground()