Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ecf-dev] method move?

Hi Folks,

For simplification and clarification, I would like to move the two methods

IPresenceListener.handleRosterEntryAdd(IRosterEntry)
IPresenceListener.handleRosterEntryRemove(IRosterEntry)

to the IRosterUpdateListener...which currently has just:

IRosterUpdateListener.handleRosterUpdate(IRoster,IRosterItem)

but now would also have:

IRosterUpdateListener.handleRosterEntryAdd(IRosterEntry)
IRosterUpdateListener.handleRosterEntryRemove(IRosterEntry)

This would put all the roster add/update/remove methods on the IRosterUpdateListener, and remove them from IPresenceListener.

Let me know what you think.

Scott








Back to the top