|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.user.client.BaseListenerWrapper<T>
com.google.gwt.user.client.ui.ListenerWrapper<LoadListener>
com.google.gwt.user.client.ui.ListenerWrapper.WrappedLoadListener
public static class ListenerWrapper.WrappedLoadListener
Wrapper for a LoadListener
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.ListenerWrapper |
---|
ListenerWrapper.WrappedChangeListener, ListenerWrapper.WrappedClickListener, ListenerWrapper.WrappedFocusListener, ListenerWrapper.WrappedKeyboardListener, ListenerWrapper.WrappedLoadListener, ListenerWrapper.WrappedLogicalChangeListener<V>, ListenerWrapper.WrappedMouseListener, ListenerWrapper.WrappedMouseWheelListener, ListenerWrapper.WrappedScrollListener |
Method Summary | ||
---|---|---|
static
|
add(S source,
LoadListener listener)
Deprecated. will be removed in GWT 2.0 along with the listener classes |
|
void |
onError(ErrorEvent event)
Called when ErrorEvent is fired. |
|
void |
onLoad(LoadEvent event)
Called when LoadEvent is fired. |
|
static void |
remove(Widget eventSource,
LoadListener listener)
Deprecated. will be removed in GWT 2.0 along with the listener classes |
Methods inherited from class com.google.gwt.user.client.ui.ListenerWrapper |
---|
baseRemove |
Methods inherited from class com.google.gwt.user.client.BaseListenerWrapper |
---|
baseRemove, getListener, getSource, setSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
@Deprecated public static <S extends HasLoadHandlers & HasErrorHandlers> ListenerWrapper.WrappedLoadListener add(S source, LoadListener listener)
S
- the source of the eventssource
- the event sourcelistener
- the listener
@Deprecated public static void remove(Widget eventSource, LoadListener listener)
eventSource
- the event source from which to remove the wrapped
listenerlistener
- the listener to removepublic void onError(ErrorEvent event)
ErrorHandler
onError
in interface ErrorHandler
event
- the ErrorEvent
that was firedpublic void onLoad(LoadEvent event)
LoadHandler
onLoad
in interface LoadHandler
event
- the LoadEvent
that was fired
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |