Interface RDC.ElementRemoveListener

Enclosing class:
RDC

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

    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 Details

    • remove

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