Interface IMicroEventTarget

All Superinterfaces:
com.helger.commons.callback.ICallback

public interface IMicroEventTarget extends com.helger.commons.callback.ICallback
Interface for MicroDOM event handlers.
Author:
Philip Helger
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when a IMicroEvent is triggered.
  • Method Details