com.google.gwt.gadgets.client.event
Interface Event.FetchContentCallback

Enclosing class:
Event

public static interface Event.FetchContentCallback

Provides a way to specify a JavaScript function() with a single String argument.


Method Summary
 void callback(java.lang.String content)
           
 

Method Detail

callback

void callback(java.lang.String content)