Interface MethodAddedEvent.Listener<T>

All Superinterfaces:
Consumer<MethodAddedEvent<T>>, EventListener, GlueEvent.Listener<MethodAddedEvent<T>>, InteropEvent.Listener<MethodAddedEvent<T>>, MethodEvent.Listener<MethodAddedEvent<T>,T>
Enclosing class:
MethodAddedEvent<T>
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 MethodAddedEvent.Listener<T> extends MethodEvent.Listener<MethodAddedEvent<T>,T>