Package io.horizen.evm
Class InvocationCallback
- java.lang.Object
-
- io.horizen.evm.InvocationCallback
-
- All Implemented Interfaces:
AutoCloseable
public abstract class InvocationCallback extends Object
-
-
Field Summary
Fields Modifier and Type Field Description inthandle
-
Constructor Summary
Constructors Constructor Description InvocationCallback()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidclose()protected abstract InvocationResultexecute(ExternalInvocation args)Stringinvoke(String args)
-
-
-
Method Detail
-
execute
protected abstract InvocationResult execute(ExternalInvocation args)
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable
-
-