public class LoadEvent<C,M> extends GwtEvent<LoadHandler<C,M>>
GwtEvent.Type<H>| Constructor and Description |
|---|
LoadEvent(C loadConfig,
M loadResult)
Creates a load event with given load config and load result.
|
| Modifier and Type | Method and Description |
|---|---|
GwtEvent.Type<LoadHandler<C,M>> |
getAssociatedType() |
C |
getLoadConfig()
Returns the load config.
|
M |
getLoadResult()
Returns the load result.
|
Loader<M,C> |
getSource() |
static GwtEvent.Type<LoadHandler<?,?>> |
getType()
Gets the type associated with this event.
|
public static GwtEvent.Type<LoadHandler<?,?>> getType()
public GwtEvent.Type<LoadHandler<C,M>> getAssociatedType()
getAssociatedType in class GwtEvent<LoadHandler<C,M>>public C getLoadConfig()
public M getLoadResult()
Copyright © 2012. All Rights Reserved.