tecgraf.javautils.gui.crud.gui.main
Interface RegistrationModeListener


public interface RegistrationModeListener

Listener de troca de modo.

Author:
Tecgraf

Method Summary
 void modeChanged(RegistrationMainPanel.Mode oldMode, RegistrationMainPanel.Mode newMode)
          Callback.
 

Method Detail

modeChanged

void modeChanged(RegistrationMainPanel.Mode oldMode,
                 RegistrationMainPanel.Mode newMode)
Callback.

Parameters:
oldMode - modo antigo
newMode - modo novo


Copyright © 2014 Tecgraf/PUC-Rio. All rights reserved.