|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject com.boylesoftware.cb2.commons.user.UserSessionStateEvent
The event object used by UserSessionStateListener interface.
UserSessionStateListener
,
UserBLO
,
Serialized FormField 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 |
protected final long userId
Constructor Detail |
public UserSessionStateEvent(BLObject source, long userId)
Method Detail |
public long getUserId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |