Uses of Class
com.sun.j2ee.blueprints.petstore.control.event.EStoreEventSupport

Packages that use EStoreEventSupport
com.sun.j2ee.blueprints.petstore.control.event   
 

Uses of EStoreEventSupport in com.sun.j2ee.blueprints.petstore.control.event
 

Subclasses of EStoreEventSupport in com.sun.j2ee.blueprints.petstore.control.event
 class 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.
 class CartEvent
          This class represents a shopping cart event.
 class 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.
 class 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.
 class 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.