Package com.vaadin.ui

Interface HasComponents.ComponentAttachDetachNotifier

    • Method Detail

      • addComponentAttachListener

        com.vaadin.shared.Registration addComponentAttachListener​(HasComponents.ComponentAttachListener listener)
        Listens the component attach events.
        Parameters:
        listener - the listener to add, not null
        Returns:
        a registration object for removing the listener
        Since:
        8.0
        See Also:
        Registration
      • removeComponentDetachListener

        @Deprecated
        void removeComponentDetachListener​(HasComponents.ComponentDetachListener listener)
        Deprecated.
        Stops the listening component detach events.