Interface ElementDetachListener

All Superinterfaces:
Serializable
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ElementDetachListener extends Serializable
Listener for element detach events. It is invoked when the element is detached from the UI.
Since:
1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when an element is detached from the UI.
  • Method Details

    • onDetach

      void onDetach(ElementDetachEvent event)
      Invoked when an element is detached from the UI.
      Parameters:
      event - the detach event fired