org.jboss.portal.api.user.event
Class UserEvent

java.lang.Object
  extended by org.jboss.portal.api.event.PortalEvent
      extended by org.jboss.portal.api.user.event.UserEvent
Direct Known Subclasses:
UserAuthenticationEvent

public abstract class UserEvent
extends PortalEvent

Version:
$Revision: 1.1 $
Author:
Julien Viet

Field Summary
protected  java.lang.String userId
          The user id or null if the user is anonymous.
 
Constructor Summary
UserEvent(java.lang.String userId)
           
 
Method Summary
 java.lang.String getUserId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userId

protected final java.lang.String userId
The user id or null if the user is anonymous.

Constructor Detail

UserEvent

public UserEvent(java.lang.String userId)
Method Detail

getUserId

public java.lang.String getUserId()