public static interface Scene.SceneListener
Modifier and Type | Method and Description |
---|---|
void |
sceneRepaint()
Called to notify that the whole scene was repainted.
|
void |
sceneValidated()
Called to notify that the scene has been validated.
|
void |
sceneValidating()
Called to notify that the scene is going to be validated.
|