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

Packages that use UserEvent
de.uka.ipd.consensus.foundation.user   
de.uka.ipd.consensus.impl   
 

Uses of UserEvent in de.uka.ipd.consensus.foundation.user
 

Methods in de.uka.ipd.consensus.foundation.user with parameters of type UserEvent
 void UserAdapter.userLoggedIn(UserEvent event)
           
 void UserAdapter.userLoggedOut(UserEvent event)
           
 void UserAdapter.userCreated(UserEvent event)
           
 void UserListener.userLoggedIn(UserEvent event)
          Called by the UserManager when a user logged on.
 void UserListener.userLoggedOut(UserEvent event)
          Called by the UserManager when a user logged off.
 void UserListener.userCreated(UserEvent event)
          Called by the UserManager when a new user account has been created
 

Uses of UserEvent in de.uka.ipd.consensus.impl
 

Methods in de.uka.ipd.consensus.impl with parameters of type UserEvent
 void LoggingManagerImpl.userCreated(UserEvent event)
           
 void LoggingManagerImpl.userLoggedIn(UserEvent event)
           
 void LoggingManagerImpl.userLoggedOut(UserEvent event)