Package com.sun.j2ee.blueprints.petstore.control.event

Interface Summary
EStoreEvent This interface determines the required methods for an estore event
 

Class Summary
AccountEvent This event is sent from the web tier to the EJB Controller to notify the EJB Controller that a change needs to be made in the Account and ProfileMgr model data.
CartEvent This class represents a shopping cart event.
EStoreEventSupport This is the base class for all events used by the application.
LoginEvent This event is sent from the web tier to the EJB Controller to notify the EJB Controller that a user has logged into the application.
LogoutEvent This event is sent from the web tier to the EJB Controller to notify the EJB Controller that a user has logged out of the application.
OrderEvent This event is sent from the web tier to the EJB Controller to notify the EJB Controller that the user wants to change the Order model data.
 



Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.