org.zkoss.zk.scripting
Interface Method


Deprecated. as release 3.0.0, replaced by Function.

public interface Method

Represents a method stored in an interpretor.

Author:
tomyeh

Method Summary
 java.lang.Class[] getParameterTypes()
          Deprecated. as release 3.0.0, replaced by Function.
 java.lang.Class getReturnType()
          Deprecated. as release 3.0.0, replaced by Function.
 java.lang.Object invoke(java.lang.Object[] args)
          Deprecated. as release 3.0.0, replaced by Function.
 

Method Detail

getParameterTypes

java.lang.Class[] getParameterTypes()
Deprecated. as release 3.0.0, replaced by Function.


getReturnType

java.lang.Class getReturnType()
Deprecated. as release 3.0.0, replaced by Function.


invoke

java.lang.Object invoke(java.lang.Object[] args)
                        throws java.lang.Exception
Deprecated. as release 3.0.0, replaced by Function.

Throws:
java.lang.Exception


Copyright © 2005-2007 Potix Corporation. All Rights Reserved.