public abstract class JsScopeEvent extends JsScope
function(event) { ... }
| Constructor and Description |
|---|
JsScopeEvent()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
static JsScopeEvent |
quickScope(CharSequence javascriptCode)
Creates a default
JsScopeEvent to execute the given statement. |
static JsScopeEvent |
quickScope(JsStatement jsStatement)
Creates a default
JsScopeEvent to execute the given statement. |
public static JsScopeEvent quickScope(CharSequence javascriptCode)
JsScopeEvent to execute the given statement.javascriptCode - the JavaScript statement to execute with the scope.JsScopeEvent.public static JsScopeEvent quickScope(JsStatement jsStatement)
JsScopeEvent to execute the given statement.jsStatement - the JavaScript statement to execute with the scope.JsScopeEvent.Copyright © 2009-2012. All Rights Reserved.