public interface ChemContext extends chemaxon.marvin.util.CallbackIface, Serializable
CallbackIface
.String[] getContextFunctionNames()
Object callback(String method, Object arg)
CallbackIface
.
Implementations override this method to implement the specific
context elements accessors returned by getContextFunctionNames()
.callback
in interface chemaxon.marvin.util.CallbackIface
method
- is the accessor method name (returned by getContextFunctionNames()
)arg
- is the accessor method argument (the JEP parameter stack as null
,
a single parameter object or a parameter object array depending on the number
of parameters on the stack)void clear()