com.instantbank.servicing.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:
- Instant-bank (Consuelo Franky)
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.