Class DialogIssueHandler

    • Constructor Detail

      • DialogIssueHandler

        public DialogIssueHandler​(Frame parent,
                                  String bugReportingURL)
      • DialogIssueHandler

        public DialogIssueHandler​(Frame parent,
                                  String bugReportingURL,
                                  int textWidth)
      • DialogIssueHandler

        public DialogIssueHandler​(Frame parent,
                                  String bugReportingURL,
                                  String titlePrefix,
                                  String titleSuffix)
      • DialogIssueHandler

        public DialogIssueHandler​(Frame parent,
                                  String bugReportingURL,
                                  int textWidth,
                                  String titlePrefix,
                                  String titleSuffix)
    • Method Detail

      • handle

        public void handle​(Message message)
        Description copied from interface: MessageHandler
        Handles the message which needs to be defined by the implementation.
        Specified by:
        handle in interface MessageHandler
        Parameters:
        message - the message to handle
      • shutdown

        public void shutdown()
        Description copied from interface: BugHandler
        Closes eventually opened resources (network connection for upload of exception stacktraces, etc.).
        Specified by:
        shutdown in interface BugHandler