public class NativeActionHandler extends Object implements ActionHandler
| Constructor and Description |
|---|
NativeActionHandler(com.google.gwt.core.client.JavaScriptObject jsHandler)
Creates a new action handler that wraps the given JavaScript function and calls it whenever an action is caught.
|
public NativeActionHandler(com.google.gwt.core.client.JavaScriptObject jsHandler)
jsHandler - the JavaScript to call when an action occurspublic void onAction(ActionEvent event)
ActionHandleronAction in interface ActionHandlerevent - the event that was firedCopyright © 2004–2015 XWiki. All rights reserved.