com.cinecolombia.interfases.control.web
Interface ModelUpdateListener


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:
CincoSOFT
Created:
Mayo 2003

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.