de.uka.ipd.consensus.foundation.user
Class UserEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byde.uka.ipd.consensus.foundation.AbstractConsensusFoundationEvent
          extended byde.uka.ipd.consensus.foundation.user.UserEvent
All Implemented Interfaces:
ConsensusFoundationManager, Serializable

public class UserEvent
extends AbstractConsensusFoundationEvent

Event objects of this type are passed to UserListeners.

Version:
2006-06-14
Author:
Thomas Much
See Also:
UserListener, Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
UserEvent(ConsensusFoundationManager cfm, User source)
           
 
Method Summary
 User getUser()
          Returns the user who caused the event, i.e. who created an account, logged on/off etc.
 
Methods inherited from class de.uka.ipd.consensus.foundation.AbstractConsensusFoundationEvent
getDynamicRightsManager, getEvolutionManager, getIncentiveManager, getLoggingManager, getOntologyManager, getRatingManager, getUserManager, getVersion
 
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
 

Constructor Detail

UserEvent

public UserEvent(ConsensusFoundationManager cfm,
                 User source)
Method Detail

getUser

public User getUser()
Returns the user who caused the event, i.e. who created an account, logged on/off etc.

Returns:
the user who caused the event