|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The listener interface for receiving events when a rating was added to an element, changed or removed.
RatingManager,
RatingManager.addRatingListener(RatingListener)| Method Summary | |
void |
conceptRatingChanged(RatingEvent event)
Called by the RatingManager when an existing concept's rating was changed. |
void |
conceptRatingRemoved(RatingEvent event)
Called by the RatingManager when a concept's rating was removed. |
void |
conceptRatingSet(RatingEvent event)
Called by the RatingManager when a new rating was added to a concept. |
void |
userRatingChanged(RatingEvent event)
Called by the RatingManager when an existing user's rating was changed. |
void |
userRatingRemoved(RatingEvent event)
Called by the RatingManager when a user's rating was removed. |
void |
userRatingSet(RatingEvent event)
Called by the RatingManager when a new rating was added to an user. |
| Method Detail |
public void conceptRatingSet(RatingEvent event)
event - the RatingEvent object containing the user, his rating and the rated conceptpublic void conceptRatingChanged(RatingEvent event)
event - the RatingEvent object containing the user, his rating and the rated conceptpublic void conceptRatingRemoved(RatingEvent event)
event - the RatingEvent object containing the user, the removed rating and the rated conceptpublic void userRatingSet(RatingEvent event)
event - the RatingEvent object containing the rating user, his rating and the rated userpublic void userRatingChanged(RatingEvent event)
event - the RatingEvent object containing the rating user, his rating and the rated userpublic void userRatingRemoved(RatingEvent event)
event - the RatingEvent object containing the user, the removed rating and the rated user
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||