Example usage for com.google.gwt.event.logical.shared HasAttachHandlers interface-usage

List of usage examples for com.google.gwt.event.logical.shared HasAttachHandlers interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.event.logical.shared HasAttachHandlers interface-usage.

Usage

From source file com.googlecode.gwtmock.client.MockHasAttachHandlers.java

/**
 * @author Katharina Fahnenbruck
 * 
 */
public class MockHasAttachHandlers extends MockHasHandlers implements HasAttachHandlers {

From source file org.jboss.ballroom.client.rbac.SecurityContextAware.java

/**
 * Intended for widgets that need to take a security context into account.
 *
 * @author Harald Pehl
 */
public interface SecurityContextAware extends HasAttachHandlers {