Interface HasEditorDelegate<T>

    • Method Detail

      • setDelegate

        void setDelegate​(EditorDelegate<T> delegate)
        Called by the EditorDriver to provide access to the EditorDelegate the Editor is peered with.
        Parameters:
        delegate - an EditorDelegate of type T