Interface IApplicationListener

  • 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 IApplicationListener
    The listener to listen to application state or publish state changes.
    See Also:
    IApplicationEvent
    • Method Detail

      • applicationChanged

        void applicationChanged​(IApplicationEvent event)
        Handles the application change event.
        Parameters:
        event - the application event, cannot be null