Class ServerMethodEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.tick42.glue.core.GlueEvent<T>
-
- com.tick42.glue.core.interop.event.InteropEvent<ServerMethod>
-
- com.tick42.glue.core.interop.event.ServerMethodEvent
-
- All Implemented Interfaces:
MethodEvent<ServerMethod>,Serializable
- Direct Known Subclasses:
ServerMethodAddedEvent,ServerMethodRemovedEvent
public abstract class ServerMethodEvent extends InteropEvent<ServerMethod> implements MethodEvent<ServerMethod>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceServerMethodEvent.Listener<E extends ServerMethodEvent>-
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.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<ServerMethod>
-
-