Interface DocumentTreeListener<V>

  • Type Parameters:
    V - document tree node value type

    public interface DocumentTreeListener<V>
    A listener for DocumentTreeEvent.
    • Method Detail

      • event

        void event​(DocumentTreeEvent<V> event)
        Callback notifying about change to document tree node.
        Parameters:
        event - event