|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectssbm.presentation.gui.Controller
public class Controller
Questa classe gestisce le richieste provenienti dalle schermate e dai form dell’interfaccia grafica
invocando gli opportuni metodi di Dispatcher
.
Constructor Summary | |
---|---|
Controller()
|
Method Summary | |
---|---|
static void |
handleRequest(int formCode,
int requestCode)
Invoca l’opportuno metodo della classe Dispatcher per la gestione della richiesta requestCode relativa alla schermata/form identificata da formCode. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Controller()
Method Detail |
---|
public static void handleRequest(int formCode, int requestCode)
formCode
- il valore di uno dei campi statici di GUIConstants.FormCode
.requestCode
- il valore di uno dei campi statici di GUIConstants.RequestCode
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |