Simplify list of events listened by PresenceEventListener

Description

PresenceEventListener triggers an event for changes in presences and another one more specific for changes in priorities of presences. Since a presence may change its priority and other content then it is not clear how to handle this case. Instead of triggering 2 events we just need to get rid of PresenceEventListener#presencePriorityChanged(ClientSession, Presence) and just trigger PresenceEventListener#presenceChanged(ClientSession, Presence) when something changes in a presence.

Environment

None

Activity

Show:
Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created April 23, 2008 at 11:23 PM
Updated April 23, 2008 at 11:30 PM
Resolved April 23, 2008 at 11:30 PM