Interface EventListener<T>

All Known Implementing Classes:
DotPrinter, DummyEventListener, EventAccumulator
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 EventListener<T>
An interface for handling events.
Since:
3.2.0
Author:
Joel Uckelman
See Also: