List of usage examples for com.google.gwt.user.client.ui LoadListenerCollection subclass-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);