Interface StatusChangeListener

All Superinterfaces:
EventListener, Serializable, SerializableEventListener
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 StatusChangeListener extends SerializableEventListener
Listener interface for status change events from binder.
Since:
1.0
Author:
Vaadin Ltd
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notifies the listener about status change event.
  • Method Details

    • statusChange

      void statusChange(StatusChangeEvent event)
      Notifies the listener about status change event.
      Parameters:
      event - a status change event, not null