com.cinecolombia.cinecolombia.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:
- Junio 2003
Method Summary |
void |
performUpdate()
Method invoked on listeners in order for them to update their copy
of the Model. |
performUpdate
public void performUpdate()
- Method invoked on listeners in order for them to update their copy
of the Model.