org.gnome.gtk

Interface FileChooser.SELECTION_CHANGED

All Superinterfaces:
GtkFileChooser.SELECTION_CHANGED

public static interface FileChooser.SELECTION_CHANGED
extends GtkFileChooser.SELECTION_CHANGED

Event generated when the selection in this FileChooser is changed. The usual cause of this would be the user pressing "OK" in a FileChooserDialog, of course, but it can also happen as a result of selectFilename() or selectURI() being called.

Method Summary

void
onSelectionChanged(FileChooser source)

Method Details

onSelectionChanged

public void onSelectionChanged(FileChooser source)