org.eclipse.emf.facet.util.ui.internal.exported.dialog
Interface IDialogCallback<T>

Type Parameters:
T - the type of the result

public interface IDialogCallback<T>

A callback used to return a dialog's result asynchronously.


Method Summary
 void committed(T result)
          The user committed their selection in the dialog.
 

Method Detail

committed

void committed(T result)
The user committed their selection in the dialog.

Parameters:
result - the result