Example usage for org.apache.wicket IEventDispatcher interface-usage

List of usage examples for org.apache.wicket IEventDispatcher interface-usage

Introduction

In this page you can find the example usage for org.apache.wicket IEventDispatcher interface-usage.

Usage

From source file jp.javelindev.wicket.dispatcher.AnnotationEventDispatcher.java

/**
 *
 * @author Tsutomu YANO
 */
public class AnnotationEventDispatcher implements IEventDispatcher {

From source file org.tomochika1985.core.wicket.dispatcher.AnnotationEventDispatcher.java

/**
 * @author t_hara
 *
 */
public class AnnotationEventDispatcher implements IEventDispatcher {

From source file org.wicketstuff.event.annotation.AnnotationEventDispatcher.java

/**
 * <p>
 * Delivers events to any {@link Component} methods that are annotated with {@link OnEvent}
 * annotation and take exactly one parameter that matches the event payload type. To use this
 * dispatcher, you should register it as a component instantiation listener and an event dispatcher
 * in the application initialization, for example:

From source file wicket.app.event.AnnotationEventDispatcher.java

/**
 * <p>
 *  {@link EventHandler} ??????
 * ???????????? ??{@code IEventDispatcher}
 * ??
 * <p>