Solutions
-
adc's post in Override/cancel login handler was marked as the answerlogoutTab.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