Class MethodEvent.Support<T>
- java.lang.Object
-
- java.util.EventObject
-
- com.tick42.glue.core.GlueEvent<T>
-
- com.tick42.glue.core.interop.event.InteropEvent<T>
-
- com.tick42.glue.core.interop.event.MethodEvent.Support<T>
-
- All Implemented Interfaces:
MethodEvent<T>,Serializable
- Direct Known Subclasses:
MethodAddedEvent,MethodRemovedEvent
- Enclosing interface:
- MethodEvent<T>
public abstract static class MethodEvent.Support<T> extends InteropEvent<T> implements MethodEvent<T>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.tick42.glue.core.interop.event.InteropEvent
InteropEvent.Listener<E extends GlueEvent<?>>
-
Nested classes/interfaces inherited from class com.tick42.glue.core.GlueEvent
GlueEvent.Monitor, GlueEvent.Subscription<E>
-
Nested classes/interfaces inherited from interface com.tick42.glue.core.interop.event.MethodEvent
MethodEvent.Listener<E extends InteropEvent<T> & MethodEvent<T>,T>, MethodEvent.Support<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MethodDefinitiongetMethod()-
Methods inherited from class java.util.EventObject
toString
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.tick42.glue.core.interop.event.MethodEvent
getSource
-
-
-
-
Method Detail
-
getMethod
public MethodDefinition getMethod()
- Specified by:
getMethodin interfaceMethodEvent<T>
-
-