Skip to content

Instantly share code, notes, and snippets.

@eugener
Created October 16, 2010 02:38
Show Gist options
  • Save eugener/629324 to your computer and use it in GitHub Desktop.
Save eugener/629324 to your computer and use it in GitHub Desktop.
boolean validationResult = ...// your business logic here
TaskDialog dlg = TaskDialog.getInstance(this); //find the task dialog panel belongs to
dlg.fireValidationFinished( validationResult );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment