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