Class LogoutEventHandler

java.lang.Object
org.tentackle.fx.rdc.app.LogoutEventHandler
All Implemented Interfaces:
Consumer<LogoutEvent>

@MasterSerialEventService(org.tentackle.app.LogoutEvent.class) public class LogoutEventHandler extends Object implements Consumer<LogoutEvent>
Handler for a LogoutEvent in a desktop application.
Replaces the default logout handler and invokes Fx.terminate() from within the FX-thread.
  • Constructor Details

    • LogoutEventHandler

      public LogoutEventHandler()
  • Method Details