Esempio n. 1
0
 // doRemoveUserCB
 // calls the remove user callback to the appropriate client
 public void doRemoveUserCB(String userName) throws RemoteException {
   clientCallbackObj.removeUserCB(userName);
 }