Interface IDocumentListener

    • Method Detail

      • documentAboutToBeChanged

        void documentAboutToBeChanged​(DocumentEvent event)
        The manipulation described by the document event will be performed.
        Parameters:
        event - the document event describing the document change
      • documentChanged

        void documentChanged​(DocumentEvent event)
        The manipulation described by the document event has been performed.
        Parameters:
        event - the document event describing the document change