com.sun.j2ee.blueprints.petstore.control.event
Class LoginEvent

java.lang.Object
  |
  +--com.sun.j2ee.blueprints.petstore.control.event.EStoreEventSupport
        |
        +--com.sun.j2ee.blueprints.petstore.control.event.LoginEvent

public class LoginEvent
extends EStoreEventSupport

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.

See Also:
Serialized Form

Constructor Summary
LoginEvent()
           
 
Methods inherited from class com.sun.j2ee.blueprints.petstore.control.event.EStoreEventSupport
getEventName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginEvent

public LoginEvent()


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.