Interface DetachNotifier

    • Method Detail

      • addDetachListener

        default Registration addDetachListener​(ComponentEventListener<DetachEvent> listener)
        Adds a detach listener to this component.
        Parameters:
        listener - the listener to add, not null
        Returns:
        a handle that can be used for removing the listener