org.rubato.rubettes.bigbang.view
Interface View

All Known Implementing Classes:
BigBangView, JAlterationPanel, JBigBangDisplay, JBigBangPopupMenu, JGraphPanel, JLayersToolBar, JMainOptionsPanel, JMainToolBar, JViewParametersScrollPane, JWindowPreferencesDialog, MTBigBangApp, MTBigBangView

public interface View


Method Summary
 void modelPropertyChange(java.beans.PropertyChangeEvent event)
          Called by the controller when it needs to pass along a property change from a model.
 

Method Detail

modelPropertyChange

void modelPropertyChange(java.beans.PropertyChangeEvent event)
Called by the controller when it needs to pass along a property change from a model.

Parameters:
evt - The property change event from the model