Interface OortList.ElementListener<E>

    • Method Detail

      • onAdded

        default void onAdded​(OortObject.Info<List<E>> info,
                             List<E> elements)
        Callback method invoked when elements are added to the entity list.
        Parameters:
        info - the OortObject.Info that was changed by the addition
        elements - the elements added
      • onRemoved

        default void onRemoved​(OortObject.Info<List<E>> info,
                               List<E> elements)
        Callback method invoked when elements are removed from the entity list.
        Parameters:
        info - the OortObject.Info that was changed by the removal
        elements - the elements removed