ssbm.presentation.gui
Class GUIConstants.RequestCode

java.lang.Object
  extended by ssbm.presentation.gui.GUIConstants.RequestCode
Enclosing class:
GUIConstants

public static class GUIConstants.RequestCode
extends java.lang.Object


Field Summary
static int CARICA_DATI
           
static int CARICA_FORM
           
static int CONFERMA
           
static int ELIMINA
           
static int LOGIN
           
static int LOGOUT
           
static int MODIFICA
           
static int SALVA
           
 
Constructor Summary
GUIConstants.RequestCode()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGIN

public static final int LOGIN
See Also:
Constant Field Values

CARICA_FORM

public static final int CARICA_FORM
See Also:
Constant Field Values

CARICA_DATI

public static final int CARICA_DATI
See Also:
Constant Field Values

MODIFICA

public static final int MODIFICA
See Also:
Constant Field Values

ELIMINA

public static final int ELIMINA
See Also:
Constant Field Values

SALVA

public static final int SALVA
See Also:
Constant Field Values

CONFERMA

public static final int CONFERMA
See Also:
Constant Field Values

LOGOUT

public static final int LOGOUT
See Also:
Constant Field Values
Constructor Detail

GUIConstants.RequestCode

public GUIConstants.RequestCode()