com.threerings.tudey.data
Interface TudeySceneModel.Observer

All Known Subinterfaces:
TudeySceneModel.LayerObserver
All Known Implementing Classes:
AreaDefiner, Arrow, BaseMover, ConfigTool, EditorTool, Eraser, Eyedropper, GlobalEditor, GroundBrush, Layers, Mover, Notepad, Palette, PathDefiner, Pathfinder, Placer, SceneEditor, SceneMap, Selector, TileBrush, ToolSceneManager, ToolSceneView, TudeySceneManager, TudeySceneView, WallBrush
Enclosing class:
TudeySceneModel

public static interface TudeySceneModel.Observer

An interface for objects interested in changes to the scene model.


Method Summary
 void entryAdded(TudeySceneModel.Entry entry)
          Notes that an entry has been added to the scene.
 void entryRemoved(TudeySceneModel.Entry oentry)
          Notes that an entry has been removed from the scene.
 void entryUpdated(TudeySceneModel.Entry oentry, TudeySceneModel.Entry nentry)
          Notes that an entry has been updated within the scene.
 

Method Detail

entryAdded

void entryAdded(TudeySceneModel.Entry entry)
Notes that an entry has been added to the scene.


entryUpdated

void entryUpdated(TudeySceneModel.Entry oentry,
                  TudeySceneModel.Entry nentry)
Notes that an entry has been updated within the scene.


entryRemoved

void entryRemoved(TudeySceneModel.Entry oentry)
Notes that an entry has been removed from the scene.



Copyright © 2011. All Rights Reserved.