Exemplo n.º 1
0
 public static void onLogoutFinish() {
   for (LogoutListener l : mLogoutListeners) {
     l.onLogoutFinish();
   }
 }