Package fis.data.sample.generator
Class SampleGeneratorPerformableAction
- java.lang.Object
-
- fis.data.sample.generator.SampleGeneratorPerformableAction
-
- All Implemented Interfaces:
EventListener,ThrowableActionListener
public class SampleGeneratorPerformableAction extends Object implements ThrowableActionListener
-
-
Constructor Summary
Constructors Constructor Description SampleGeneratorPerformableAction(JNISampleGenerator jniSampleGenerator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(ActionEvent e)
-
-
-
Constructor Detail
-
SampleGeneratorPerformableAction
public SampleGeneratorPerformableAction(JNISampleGenerator jniSampleGenerator)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(ActionEvent e) throws Throwable
- Specified by:
actionPerformedin interfaceThrowableActionListener- Throws:
Throwable
-
-