Interface JavaScriptCallable
public interface JavaScriptCallable
$Id: JavaScriptCallable.java 412 2010-09-17 21:23:25Z lionel.armanet $
Defines a JavaScript callable statement (e.g. a statement chainable with others).
- Since:
- 0.5
- Author:
- Lionel Armanet
-
Method Summary
-
Method Details
-
statement
CharSequence statement()- Returns:
- a
CharSequencecontaining the JavaScript statement to call
-