List of usage examples for com.google.gwt.event.shared EventHandler interface-usage
From source file at.ait.dme.yuma.client.image.annotation.handler.selection.ImageAnnotationSelectionHandler.java
/**
*
* Handler for {@link ImageAnnotationSelectionEvent} events.
*
* @author Christian Sadilek
*/
From source file at.ait.dme.yuma.suite.apps.core.client.events.selection.AnnotationSelectionHandler.java
/**
*
* Handler for {@link AnnotationSelectionEvent} events.
*
* @author Christian Sadilek
*/
From source file au.com.showcase.application.client.login.LoginAuthenticatedEventHandler.java
public interface LoginAuthenticatedEventHandler extends EventHandler { void onLogin(LoginAuthenticatedEvent event); }
From source file br.com.artefino.ordermanager.client.ui.login.LoginAuthenticatedEventHandler.java
public interface LoginAuthenticatedEventHandler extends EventHandler { void onLogin(LoginAuthenticatedEvent event); }
From source file ch.unifr.pai.twice.comm.serverPush.client.RemoteEventHandler.java
/**
* The handler for {@link RemoteEvent}s
*
* @author Oliver Schmid
*
* @param <T>
From source file com.agnie.gwt.codemirror.client.OnBlurHandler.java
/** * * @author Pandurang Patil 21-Dec-2014 * */ public interface OnBlurHandler extends EventHandler {
From source file com.agnie.gwt.codemirror.client.OnFocusHandler.java
/** * @author Pandurang Patil 12-Sep-2014 * */ public interface OnFocusHandler extends EventHandler {
From source file com.ait.ext4j.client.events.button.ArrowClickHandler.java
public interface ArrowClickHandler extends EventHandler { public void onArrowClick(ArrowClickEvent event); }
From source file com.ait.ext4j.client.events.button.ChangeHandler.java
public interface ChangeHandler extends EventHandler { public void onChange(ChangeEvent event); }
From source file com.ait.ext4j.client.events.button.ClickHandler.java
public interface ClickHandler extends EventHandler { public void onClick(ClickEvent event); }