Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface AjaxEventTask
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onEvent(org.apache.wicket.ajax.AjaxRequestTarget target)
    Handles on event action.
  • Method Details

    • onEvent

      void onEvent(org.apache.wicket.ajax.AjaxRequestTarget target)
      Handles on event action.
      Parameters:
      target - the AjaxRequestTarget that initiated the action