Uses of Interface
org.openpatch.scratch.Sprite.WhenRemovedFromStageHandler
Packages that use Sprite.WhenRemovedFromStageHandler
Package
Description
The org.openpatch.scratch package contains classes that provide an API for creating Scratch-like
projects in Java.
-
Uses of Sprite.WhenRemovedFromStageHandler in org.openpatch.scratch
Methods in org.openpatch.scratch with parameters of type Sprite.WhenRemovedFromStageHandlerModifier and TypeMethodDescriptionvoid
Sprite.setWhenRemovedFromStageHandler
(Sprite.WhenRemovedFromStageHandler handler) Sets the handler for the whenRemovedFromStage event.