Uses of Class
de.uka.ipd.consensus.foundation.rating.RatingEvent

Packages that use RatingEvent
de.uka.ipd.consensus.foundation.rating   
de.uka.ipd.consensus.impl   
 

Uses of RatingEvent in de.uka.ipd.consensus.foundation.rating
 

Methods in de.uka.ipd.consensus.foundation.rating with parameters of type RatingEvent
 void RatingAdapter.conceptRatingSet(RatingEvent event)
           
 void RatingAdapter.userRatingSet(RatingEvent event)
           
 void RatingAdapter.conceptRatingChanged(RatingEvent event)
           
 void RatingAdapter.userRatingChanged(RatingEvent event)
           
 void RatingAdapter.conceptRatingRemoved(RatingEvent event)
           
 void RatingAdapter.userRatingRemoved(RatingEvent event)
           
 void RatingListener.conceptRatingSet(RatingEvent event)
          Called by the RatingManager when a new rating was added to a concept.
 void RatingListener.conceptRatingChanged(RatingEvent event)
          Called by the RatingManager when an existing concept's rating was changed.
 void RatingListener.conceptRatingRemoved(RatingEvent event)
          Called by the RatingManager when a concept's rating was removed.
 void RatingListener.userRatingSet(RatingEvent event)
          Called by the RatingManager when a new rating was added to an user.
 void RatingListener.userRatingChanged(RatingEvent event)
          Called by the RatingManager when an existing user's rating was changed.
 void RatingListener.userRatingRemoved(RatingEvent event)
          Called by the RatingManager when a user's rating was removed.
 

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

Methods in de.uka.ipd.consensus.impl with parameters of type RatingEvent
 void IncentiveManagerImpl.conceptRatingChanged(RatingEvent event)
           
 void IncentiveManagerImpl.conceptRatingSet(RatingEvent event)
           
 void IncentiveManagerImpl.conceptRatingRemoved(RatingEvent event)
           
 void IncentiveManagerImpl.userRatingChanged(RatingEvent event)
           
 void IncentiveManagerImpl.userRatingSet(RatingEvent event)
           
 void IncentiveManagerImpl.userRatingRemoved(RatingEvent event)
           
 void LoggingManagerImpl.conceptRatingChanged(RatingEvent event)
           
 void LoggingManagerImpl.conceptRatingSet(RatingEvent event)
           
 void LoggingManagerImpl.conceptRatingRemoved(RatingEvent event)
           
 void LoggingManagerImpl.userRatingChanged(RatingEvent event)
           
 void LoggingManagerImpl.userRatingSet(RatingEvent event)
           
 void LoggingManagerImpl.userRatingRemoved(RatingEvent event)