com.boylesoftware.cb2.commons.user
Class UserSessionStateEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.boylesoftware.cb2.commons.user.UserSessionStateEvent
All Implemented Interfaces:
java.io.Serializable

public class UserSessionStateEvent
extends java.util.EventObject

The event object used by UserSessionStateListener interface.

Version:
$Id: UserSessionStateEvent.java,v 1.1 2003/04/22 17:34:18 levahim Exp $
Author:
Lev Himmelfarb
See Also:
UserSessionStateListener, UserBLO, Serialized Form

Field Summary
protected  long userId
          The related user account id.
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
UserSessionStateEvent(BLObject source, long userId)
          Constructs an event.
 
Method Summary
 long getUserId()
          Returns the related user account id.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

userId

protected final long userId
The related user account id.

Constructor Detail

UserSessionStateEvent

public UserSessionStateEvent(BLObject source,
                             long userId)
Constructs an event.

Method Detail

getUserId

public long getUserId()
Returns the related user account id.



Copyright © 2002,2003,2004 - Boyle Software, Inc.