com.sun.j2ee.blueprints.petstore.control.web
Interface ModelUpdateListener

All Known Implementing Classes:
OrderWebImpl, ProfileMgrWebImpl, ShoppingCartWebImpl, AccountWebImpl

public interface ModelUpdateListener

This interface is implemented by objects which are interested in getting the model update events. For example, AccountWebImpl implements this interface to get itself updated when account model gets updated.


Method Summary
 void performUpdate()
           
 

Method Detail

performUpdate

public void performUpdate()


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.