artofillusion
Class SceneChangedEvent
java.lang.Object
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.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SceneChangedEvent
public SceneChangedEvent(EditingWindow window)
getWindow
public EditingWindow getWindow()
- Get the LayoutWindow containing the scene which was changed.
Copyright © 1999-2011 by Peter Eastman.