Interface MethodInvoker
-
- All Superinterfaces:
TreeElement
public interface MethodInvoker extends TreeElement
A method implementation can be setup to return a value for a particular statistic On a call toTreeElement.getValue(), the method object on the instance is invoked- Author:
- Harpreet Singh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetInstance()MethodgetMethod()voidsetInstance(Object i)voidsetMethod(Method m)-
Methods inherited from interface org.glassfish.flashlight.datatree.TreeElement
getName, getValue, setName
-
-