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

Event related classes to support the Gadget API for GWT.

See:
          Description

Interface Summary
ContentFetchedHandler Deprecated. use ResponseReceivedHandler instead.
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 Deprecated. use ResponseReceivedHandler instead.
 

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.