-
Posts
135 -
Joined
-
Last visited
-
Feedback
0%
Community Answers
-
adc's post in Override/cancel login handler was marked as the answer
logoutTab.logOut(); this.stop();
It successfully logs out and then immediately activates the randomEvenHandler for login... Also, I've solved my own problem public void onExit() throws InterruptedException { logoutTab.logOut(); } and have realized I'm an idiot