org.simantics.databoard.method
Interface MethodInterface.Method

Enclosing interface:
MethodInterface

public static interface MethodInterface.Method

Access to the implementation of a method.


Method Summary
 MethodTypeBinding getMethodBinding()
           
 MethodInterface.AsyncResult invoke(java.lang.Object request)
           
 

Method Detail

invoke

MethodInterface.AsyncResult invoke(java.lang.Object request)

getMethodBinding

MethodTypeBinding getMethodBinding()