Interface FieldEvents.BlurListener

  • All Superinterfaces:
    ConnectorEventListener, java.util.EventListener, java.io.Serializable, SerializableEventListener
    Enclosing interface:
    FieldEvents
    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 static interface FieldEvents.BlurListener
    extends ConnectorEventListener
    BlurListener interface for listening for BlurEvent fired by a Field.
    Since:
    6.2
    See Also:
    FieldEvents.BlurEvent
    • Field Detail

      • blurMethod

        static final java.lang.reflect.Method blurMethod
    • Method Detail

      • blur

        void blur​(FieldEvents.BlurEvent event)
        Component has been blurred.
        Parameters:
        event - Component blur event.