public class LoadedEvent extends GwtEvent<LoadedHandler>
GwtEvent.Type<H>| Modifier | Constructor and Description | 
|---|---|
protected  | 
LoadedEvent()
Creates a loaded event. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
dispatch(LoadedHandler handler)  | 
static void | 
fire(HasLoadedHandlers source)
Fires a loaded event on all registered handlers in the handler manager. 
 | 
GwtEvent.Type<LoadedHandler> | 
getAssociatedType()  | 
static GwtEvent.Type<LoadedHandler> | 
getType()
Gets the type associated with this event. 
 | 
setSource, toDebugString, toStringprotected LoadedEvent()
public static void fire(HasLoadedHandlers source)
source - the source of the handlerspublic static GwtEvent.Type<LoadedHandler> getType()
public GwtEvent.Type<LoadedHandler> getAssociatedType()
getAssociatedType in class GwtEvent<LoadedHandler>protected void dispatch(LoadedHandler handler)
dispatch in class GwtEvent<LoadedHandler>Copyright © 2017. All rights reserved.