com.instantbank.lettertemplate.control.web
Interface ModelUpdateListener

All Known Implementing Classes:
JobWebImpl

public interface ModelUpdateListener

This interface is implemented by objects which are interested in getting the model update events (javaBeans that have view of Model in the Application Layer)

Author:
Instant-bank (Consuelo Franky)

Method Summary
 void performUpdate()
          Method invoked on listeners in order for them to update their copy of the Model.
 

Method Detail

performUpdate

public void performUpdate()
Method invoked on listeners in order for them to update their copy of the Model.