Interface Sprite.WhenAddedToStageHandler

Enclosing class:
Sprite

public static interface Sprite.WhenAddedToStageHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(Sprite s, Stage stage)
     
  • Method Details