We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 734aa00 commit 4e7248fCopy full SHA for 4e7248f
src/monkstone/filechooser/Chooser.java
@@ -29,7 +29,7 @@
29
* selectInput('Select a file to process:', 'fileSelected')
30
* end
31
*
32
- * def fileSelected(selection)
+ * def file_selected(selection)
33
* if selection.nil?
34
* puts 'Window was closed or the user hit cancel.'
35
* else
@@ -40,5 +40,5 @@
40
*/
41
public interface Chooser {
42
43
- public void fileSelected(File selection);
+ public void file_selected(File selection);
44
}
0 commit comments