insensa.view.dialogs
Class CreateUserDialog.RefreshGuiListener

java.lang.Object
  extended by insensa.view.dialogs.CreateUserDialog.RefreshGuiListener
All Implemented Interfaces:
IProcessFinishedListener
Enclosing class:
CreateUserDialog

private class CreateUserDialog.RefreshGuiListener
extends java.lang.Object
implements IProcessFinishedListener


Constructor Summary
private CreateUserDialog.RefreshGuiListener()
           
 
Method Summary
 void canceled()
           
 void done()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateUserDialog.RefreshGuiListener

private CreateUserDialog.RefreshGuiListener()
Method Detail

canceled

public void canceled()
Specified by:
canceled in interface IProcessFinishedListener
See Also:
IProcessFinishedListener.canceled()

done

public void done()
Specified by:
done in interface IProcessFinishedListener
See Also:
IProcessFinishedListener.done()