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>
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic <T> MethodAddedEvent.Listener<T>wrap(Consumer<MethodAddedEvent<T>> listener) Methods inherited from interface com.tick42.glue.core.GlueEvent.Listener
accept, onGlueEvent
-
Method Details
-
wrap
-