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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onAction(ActionEvent event)
Handles the specified action.
|
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–2016 XWiki. All rights reserved.