Interface RDC.ElementRemoveListener

  • Enclosing class:
    RDC

    public static interface RDC.ElementRemoveListener
    FOR INTERNAL USE ONLY
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void remove​(Element element)
      This Method is called for all (with Element.addListener) registered listeners if an element was removed.
    • Method Detail

      • remove

        void remove​(Element element)
        This Method is called for all (with Element.addListener) registered listeners if an element was removed.