com.threerings.cast.builder
Interface BuilderModelListener
- All Known Implementing Classes:
- SpritePanel
public interface BuilderModelListener
The builder model listener interface should be implemented by
classes that would like to be notified when the builder model is
changed.
- See Also:
BuilderModel
COMPONENT_CHANGED
static final int COMPONENT_CHANGED
- Notification event constants.
- See Also:
- Constant Field Values
modelChanged
void modelChanged(int event)
- Called by the
BuilderModel when the model is changed.