Uses of Interface
insensa.view.dialogs.helper.IProcessFinishedListener

Packages that use IProcessFinishedListener
insensa.view   
insensa.view.dialogs   
insensa.view.dialogs.helper   
 

Uses of IProcessFinishedListener in insensa.view
 

Classes in insensa.view that implement IProcessFinishedListener
 class RefreshTreeNodeListener
           
 

Uses of IProcessFinishedListener in insensa.view.dialogs
 

Classes in insensa.view.dialogs that implement IProcessFinishedListener
private  class CreateUserDialog.RefreshGuiListener
           
 

Uses of IProcessFinishedListener in insensa.view.dialogs.helper
 

Fields in insensa.view.dialogs.helper declared as IProcessFinishedListener
private  IProcessFinishedListener ViewCommandWorker.listener
           
 

Methods in insensa.view.dialogs.helper with parameters of type IProcessFinishedListener
 void ViewCommandWorker.executeCommands(java.awt.Component parentComponent, IProcessFinishedListener listener)
          this method will be executed in a background process.
static void ViewCommandManager.executeCommands(java.awt.Component parentComponent, IProcessFinishedListener listener)
          This method
static void ViewCommandManager.executeCommands(java.awt.Component parentComponent, IProcessFinishedListener listener, java.util.List<ModelCommand> commandList)
           
static void ViewCommandManager.executeCommands(java.awt.Component parentComponent, IProcessFinishedListener listener, ModelCommand command)
           
 void ViewCommandWorker.undoCommands(java.awt.Component parentComponent, IProcessFinishedListener listener)
           
 

Constructors in insensa.view.dialogs.helper with parameters of type IProcessFinishedListener
ViewCommandWorker(java.awt.Component parentComponent, IProcessFinishedListener listener)