Interface SimpleModule
- public interface SimpleModule
The simple type of a JWModule. The function apply
is called when the user clicks its menu item.
Compile from within JaWavedit or in a directory
containing the classes found in MCK/classes
-
apply(WaveFile, int, int)
-
apply
public abstract void apply(WaveFile wf,
int SelStart,
int SelEnd)