Sistema di Login teoricamente completo. Nel main la classe LoginData si occupa di fare tutto. Per richiamare chi è loggato basta chiamare il metodo .getUserName. Per richiamre il tipo di account .getType. Per stamapre le info di chi è loggato .getUserDataInfo
This commit is contained in:
11
it/unisa/info13d/Login/LoggedUser.java
Normal file
11
it/unisa/info13d/Login/LoggedUser.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package it.unisa.info13d.Login;
|
||||
|
||||
/**
|
||||
* Created with MONSTER.
|
||||
* User: xgiovio
|
||||
* Date: 17/12/13
|
||||
* Time: 1.41
|
||||
*/
|
||||
public class LoggedUser {
|
||||
public String logged_user = "null";
|
||||
}
|
||||
Reference in New Issue
Block a user