|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gwt.gadgets.client.event.Event
public abstract class Event
Utility Class for Gadget Events. In order to give type appropriate Java interfaces, this class contains many aliases for callback interfaces.
| Nested Class Summary | |
|---|---|
static interface |
Event.FetchContentCallback
Provides a way to specify a JavaScript function() with a single String argument. |
static interface |
Event.FetchXmlContentCallback
Provides a way to specify a JavaScript function() with a single DOM Object argument and handles uncaught exceptions. |
| Constructor Summary | |
|---|---|
Event()
|
|
| Method Summary | |
|---|---|
static void |
callbackWrapper(com.google.gwt.dom.client.ObjectElement content,
Event.FetchXmlContentCallback callback)
Wraps a FetchXmlContentCallback to handles uncaught exceptions. |
static void |
callbackWrapper(java.lang.String content,
Event.FetchContentCallback callback)
Wraps a FetchContentCallback to handles uncaught exceptions. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Event()
| Method Detail |
|---|
public static void callbackWrapper(com.google.gwt.dom.client.ObjectElement content,
Event.FetchXmlContentCallback callback)
content - The content to pass to the callback methodcallback - The callback handler object
public static void callbackWrapper(java.lang.String content,
Event.FetchContentCallback callback)
content - The content to pass to the callback methodcallback - The callback handler object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||