Interface IRefactoringExecutionListener

    • Method Detail

      • executionNotification

        void executionNotification​(RefactoringExecutionEvent event)
        Gets called if a refactoring execution event happened.

        Implementors of this method should not rely on a fixed set of event types.

        The event object is valid only for the duration of this method.

        Parameters:
        event - the refactoring execution event