Uses of Interface
org.openpatch.scratch.Window.WhenExitsHandler
Packages that use Window.WhenExitsHandler
Package
Description
The org.openpatch.scratch package contains classes that provide an API for creating Scratch-like
projects in Java.
-
Uses of Window.WhenExitsHandler in org.openpatch.scratch
Methods in org.openpatch.scratch with parameters of type Window.WhenExitsHandlerModifier and TypeMethodDescriptionvoidWindow.setWhenExits(Window.WhenExitsHandler runnable) Sets a custom handler to be executed when the window exits.