Interface Listener

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@Experimental @FunctionalInterface @Consumer public interface Listener
A listener for session events. TODO: open this to other events like similar to org.apache.maven.eventspy.EventSpy
Since:
4.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onEvent(Event event)