org.activemath.events.types
Class UserRemovedEvent

java.lang.Object
  extended by org.activemath.events.ActivemathEvent
      extended by org.activemath.events.types.UserRemovedEvent
All Implemented Interfaces:
Serializable, Comparable, ApplicationEventTag, UserEventTag

public class UserRemovedEvent
extends ActivemathEvent
implements ApplicationEventTag, UserEventTag

Event: a user has been removed permanently from the application

See Also:
Serialized Form

Field Summary
static String EVENT_TYPE
           
 
Fields inherited from class org.activemath.events.ActivemathEvent
bookId, groupId, id, itemId, sessionId, source, timestamp, type, userId
 
Constructor Summary
UserRemovedEvent(String userId, String name)
           
 
Method Summary
 String getUserId()
           
 String getUserName()
           
 void setUserId(String string)
           
 
Methods inherited from class org.activemath.events.ActivemathEvent
compareTo, dispatchFinished, getGroupId, getId, getItemId, getSource, getTimestamp, getType, setGroupId, setId, setItemId, setSource, setTimestamp, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.activemath.events.tags.UserEventTag
getGroupId, setGroupId
 

Field Detail

EVENT_TYPE

public static final String EVENT_TYPE
See Also:
Constant Field Values
Constructor Detail

UserRemovedEvent

public UserRemovedEvent(String userId,
                        String name)
Method Detail

getUserName

public String getUserName()

getUserId

public String getUserId()
Specified by:
getUserId in interface UserEventTag

setUserId

public void setUserId(String string)
Specified by:
setUserId in interface UserEventTag