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

Field Summary
static int COMPONENT_CHANGED
          Notification event constants.
 
Method Summary
 void modelChanged(int event)
          Called by the BuilderModel when the model is changed.
 

Field Detail

COMPONENT_CHANGED

static final int COMPONENT_CHANGED
Notification event constants.

See Also:
Constant Field Values
Method Detail

modelChanged

void modelChanged(int event)
Called by the BuilderModel when the model is changed.