Interface ElementAttachListener

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 ElementAttachListener extends Serializable
Listener for element attach events. It is invoked when the element is attached to the UI.
Since:
1.0
  • Method Summary

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

    • onAttach

      void onAttach(ElementAttachEvent event)
      Invoked when an element is attached to the UI.
      Parameters:
      event - the attach event fired