lt05_pkg
Interface ModelListener

All Known Implementing Classes:
BasicFrame

public interface ModelListener


Method Summary
 void changed()
          Method that is invoked when this listener wishes to respond or to react to a change that originated in whichever object this listener is listening to.
 

Method Detail

changed

void changed()
Method that is invoked when this listener wishes to respond or to react to a change that originated in whichever object this listener is listening to. In this version of the listener, the interface stipulates precisely what this object is.