Example usage for com.google.gwt.user.client.ui LoadListenerCollection subclass-usage

List of usage examples for com.google.gwt.user.client.ui LoadListenerCollection subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.user.client.ui LoadListenerCollection subclass-usage.

Usage

From source file asquare.gwt.tk.client.ui.behavior.CLoadListenerAdaptor.java

@Deprecated
public class CLoadListenerAdaptor extends LoadListenerCollection implements Controller {
    private static final long serialVersionUID = 1L;

    public static void addListener(ControllerSupport widget, LoadListener listener) {
        CLoadListenerAdaptor controller = (CLoadListenerAdaptor) widget.getController(CLoadListenerAdaptor.class);