Package org.hortonmachine.gui.utils
Class RunnableWithParameters
- java.lang.Object
-
- org.hortonmachine.gui.utils.RunnableWithParameters
-
-
Field Summary
Fields Modifier and Type Field Description protected Listparametersprotected ObjectreturnValue
-
Constructor Summary
Constructors Constructor Description RunnableWithParameters()RunnableWithParameters(Object[] parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RunnableWithParametersadd(Object paramter)Objectget(int index)ListgetParameters()ObjectgetReturnValue()voidsetParameters(Object[] parameters)
-
-
-
Constructor Detail
-
RunnableWithParameters
public RunnableWithParameters()
-
RunnableWithParameters
public RunnableWithParameters(Object[] parameters)
-
-