org.gvsig.tools.dynobject
Interface DelegatedDynObject

All Superinterfaces:
DynObject
All Known Implementing Classes:
DefaultDynObject

public interface DelegatedDynObject
extends DynObject


Method Summary
 Object invokeDynMethod(Object self, int methodCode, DynObject context)
           
 Object invokeDynMethod(Object self, String methodName, DynObject context)
           
 
Methods inherited from interface org.gvsig.tools.dynobject.DynObject
clear, delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValue
 

Method Detail

invokeDynMethod

Object invokeDynMethod(Object self,
                       String methodName,
                       DynObject context)
                       throws DynMethodException
Throws:
DynMethodException

invokeDynMethod

Object invokeDynMethod(Object self,
                       int methodCode,
                       DynObject context)
                       throws DynMethodException
Throws:
DynMethodException


Copyright © 2004-2011 gvSIG. All Rights Reserved.