Uses of Interface
eu.livotov.tpt.gui.dialogs.DownloadDialog.DownloadDialogResultListener

Packages that use DownloadDialog.DownloadDialogResultListener
eu.livotov.tpt.gui.dialogs   
 

Uses of DownloadDialog.DownloadDialogResultListener in eu.livotov.tpt.gui.dialogs
 

Fields in eu.livotov.tpt.gui.dialogs declared as DownloadDialog.DownloadDialogResultListener
protected  DownloadDialog.DownloadDialogResultListener DownloadDialog.resultReceiver
           
 

Methods in eu.livotov.tpt.gui.dialogs with parameters of type DownloadDialog.DownloadDialogResultListener
 void DownloadDialog.showDownloadDialog(java.lang.String title, java.lang.String message, java.io.File target, java.lang.String targetName, DownloadDialog.DownloadDialogResultListener resultListener)
          Displays the dialog, blocking the parent window.
 void DownloadDialog.showDownloadDialog(java.lang.String title, java.lang.String message, com.vaadin.terminal.Resource target, java.lang.String targetName, DownloadDialog.DownloadDialogResultListener resultListener)
          Displays the dialog, blocking the parent window.