Interface MethodEvent.Listener<E extends InteropEvent<T> & MethodEvent<T>,T>

All Superinterfaces:
Consumer<E>, EventListener, GlueEvent.Listener<E>, InteropEvent.Listener<E>
All Known Subinterfaces:
MethodAddedEvent.Listener<T>, MethodRemovedEvent.Listener<T>, ServerMethodEvent.Listener<E>
Enclosing interface:
MethodEvent<T>

public static interface MethodEvent.Listener<E extends InteropEvent<T> & MethodEvent<T>,T> extends InteropEvent.Listener<E>