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. |