setQuitHandler

fun setQuitHandler(quitHandler: () -> Boolean)

Pass this method an Object and Method equipped to perform application shutdown logic. The method passed should return a boolean stating whether the quit should occur.

Parameters

quitHandler