Class InvocationObject


  • @Deprecated
    public class InvocationObject
    extends Object
    Deprecated.
    To be removed in SciJava Common 3.0.0.
    Holds a module or plugin reference that was invoked in a macro recording, and the parameters that were passed to it.
    Author:
    Grant Harris
    • Constructor Detail

      • InvocationObject

        public InvocationObject​(String moduleCalled)
        Deprecated.
    • Method Detail

      • addParameter

        public void addParameter​(String param,
                                 Class<?> type,
                                 Object value)
        Deprecated.