Interface MethodEvent<T>
- All Known Implementing Classes:
MethodAddedEvent,MethodEvent.Support,MethodRemovedEvent,ServerMethodAddedEvent,ServerMethodEvent,ServerMethodRemovedEvent
public interface MethodEvent<T>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceMethodEvent.Listener<E extends InteropEvent<T> & MethodEvent<T>,T> static class -
Method Summary
-
Method Details
-
getSource
T getSource() -
getMethod
MethodDefinition getMethod()
-