org.netbeans.api.visual 2.21.1

org.netbeans.api.visual.widget
Interface Scene.SceneListener

Enclosing class:
Scene

public static interface Scene.SceneListener

The scene listener which is notified about repainting, validating progress.


Method Summary
 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.
 

Method Detail

sceneRepaint

void sceneRepaint()
Called to notify that the whole scene was repainted.


sceneValidating

void sceneValidating()
Called to notify that the scene is going to be validated.


sceneValidated

void sceneValidated()
Called to notify that the scene has been validated.


org.netbeans.api.visual 2.21.1

Built on December 29 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.