FileDialog.onFileOk

Overview | Methods | This Package | All Packages

FileDialog.onFileOk

Triggers the fileOk event.

Syntax

protected void onFileOk( CancelEvent e )

Parameters

e

An CancelEventobject that provides the event data. An event handler can prevent the dialog box from closing by setting the cancel field of the CancelEvent object used by the event handler to true.

Remarks

When overriding this method, call super.onFileOk.

See Also   addOnFileOk