org.odlabs.wiquery.core.javascript
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
 CharSequence statement()
           
 

Method Detail

statement

CharSequence statement()
Returns:
a CharSequence containing the JavaScript statement to call


Copyright © 2012. All Rights Reserved.