Esempio n. 1
0
 // CURENT ONLINE
 public void onAddClient(GMAClient client) {
   client.setTimeToBeginConnect(new Date().getTime());
   this.clients.put(client.getClientName(), client);
 }