Package com.helger.xml.microdom
Interface IMicroEventTarget
-
- All Superinterfaces:
com.helger.commons.callback.ICallback,Serializable
public interface IMicroEventTarget extends com.helger.commons.callback.ICallbackInterface for MicroDOM event handlers.- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleEvent(IMicroEvent aEvent)Called when aIMicroEventis triggered.
-
-
-
Method Detail
-
handleEvent
void handleEvent(@Nonnull IMicroEvent aEvent)
Called when aIMicroEventis triggered.- Parameters:
aEvent- The event. Nevernull.
-
-