Package com.helger.xml.microdom
Interface IMicroEvent
-
- All Known Implementing Classes:
MicroEvent
public interface IMicroEventMicroDOM internal event.- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EMicroEventgetEventType()IMicroNodegetSourceNode()IMicroNodegetTargetNode()
-
-
-
Method Detail
-
getEventType
@Nonnull EMicroEvent getEventType()
- Returns:
- The event type. Never
null.
-
getSourceNode
@Nullable IMicroNode getSourceNode()
- Returns:
- The node that triggered the event.
-
getTargetNode
@Nullable IMicroNode getTargetNode()
- Returns:
- The node that received the event.
-
-