artofillusion
Class SceneChangedEvent

java.lang.Object
  extended by artofillusion.SceneChangedEvent

public class SceneChangedEvent
extends java.lang.Object

A SceneChangedEvent is dispatched by an EditingWindow to indicate that some element of the scene has changed. This includes all aspects of the scene, including the list of objects, properties of individual objects, textures, the list of currently selected objects, etc.


Constructor Summary
SceneChangedEvent(EditingWindow window)
           
 
Method Summary
 EditingWindow getWindow()
          Get the LayoutWindow containing the scene which was changed.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SceneChangedEvent

public SceneChangedEvent(EditingWindow window)
Method Detail

getWindow

public EditingWindow getWindow()
Get the LayoutWindow containing the scene which was changed.



Copyright © 1999-2011 by Peter Eastman.