Package com.google.gwt.gadgets.client.event

Event related classes to support the Gadget API for GWT.

See:
          Description

Interface Summary
ContentFetchedHandler The primary interface a caller must implement to receive a response to a IntrinsicFeature.fetchContent(String, ContentFetchedHandler).
Event.FetchContentCallback Provides a way to specify a JavaScript function() with a single String argument.
Event.FetchXmlContentCallback Provides a way to specify a JavaScript function() with a single DOM Object argument and handles uncaught exceptions.
XmlContentFetchedHandler The primary interface a caller must implement to receive a response to an IntrinsicFeature.fetchXmlContent(String, XmlContentFetchedHandler).
 

Class Summary
ContentFetchedHandler.ContentFetchedEvent Encapsulates the arguments for the IntrinsicFeature.fetchContent() response.
Event Utility Class for Gadget Events.
XmlContentFetchedHandler.XmlContentFetchedEvent Encapsulates the arguments for the IntrinsicFeature.fetchXmlContent() response.
 

Package com.google.gwt.gadgets.client.event Description

Event related classes to support the Gadget API for GWT.

The classes in this package provide support for event handling.