@Immutable public final class MicroEvent extends Object implements IMicroEvent
IMicroEvent interface.| Constructor and Description |
|---|
MicroEvent(EMicroEvent eEventType,
IMicroNode aSourceNode,
IMicroNode aTargetNode) |
| Modifier and Type | Method and Description |
|---|---|
EMicroEvent |
getEventType() |
IMicroNode |
getSourceNode() |
IMicroNode |
getTargetNode() |
String |
toString() |
public MicroEvent(@Nonnull EMicroEvent eEventType, @Nullable IMicroNode aSourceNode, @Nullable IMicroNode aTargetNode)
@Nonnull public EMicroEvent getEventType()
getEventType in interface IMicroEventnull.@Nullable public IMicroNode getSourceNode()
getSourceNode in interface IMicroEvent@Nullable public IMicroNode getTargetNode()
getTargetNode in interface IMicroEventCopyright © 2014–2017 Philip Helger. All rights reserved.