com.threerings.opengl.gui.event
Interface ChangeListener

All Known Implementing Classes:
ScrollingList.Viewport

public interface ChangeListener

An interface used to inform listeners when a model has changed.


Method Summary
 void stateChanged(ChangeEvent event)
          Indicates that the underlying model has changed.
 

Method Detail

stateChanged

void stateChanged(ChangeEvent event)
Indicates that the underlying model has changed.