Interface SampleAction
-
public interface SampleActionThis interface describe the methods, which will be needed for a sample plugin- Author:
- JC Meillaud, A Peyrard, Bruno Dillenseger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActionEventdoSample(int number, java.util.Map<java.lang.String,java.lang.String> params, ActionEvent report)
-
-
-
Method Detail
-
doSample
ActionEvent doSample(int number, java.util.Map<java.lang.String,java.lang.String> params, ActionEvent report)
-
-