Interface ApplicationListener

  • All Superinterfaces:
    java.util.EventListener
    All Known Implementing Classes:
    ApplicationAdapter

    @Deprecated
    public interface ApplicationListener
    extends java.util.EventListener
    Deprecated.
    no reason originally specified
    • Method Detail

      • handleAbout

        @Deprecated
        void handleAbout​(ApplicationEvent applicationEvent)
        Deprecated.
        no reason originally specified
      • handleOpenApplication

        @Deprecated
        void handleOpenApplication​(ApplicationEvent applicationEvent)
        Deprecated.
        no reason originally specified
      • handleOpenFile

        @Deprecated
        void handleOpenFile​(ApplicationEvent applicationEvent)
        Deprecated.
        no reason originally specified
      • handlePreferences

        @Deprecated
        void handlePreferences​(ApplicationEvent applicationEvent)
        Deprecated.
        no reason originally specified
      • handlePrintFile

        @Deprecated
        void handlePrintFile​(ApplicationEvent applicationEvent)
        Deprecated.
        no reason originally specified
      • handleQuit

        @Deprecated
        void handleQuit​(ApplicationEvent applicationEvent)
        Deprecated.
        no reason originally specified
      • handleReOpenApplication

        @Deprecated
        void handleReOpenApplication​(ApplicationEvent applicationEvent)
        Deprecated.
        no reason originally specified