org.eclipse.ecf.presence.roster
Interface IRosterGroup
- All Superinterfaces:
- org.eclipse.core.runtime.IAdaptable, IRosterItem
- All Known Implementing Classes:
- RosterGroup
public interface IRosterGroup
- extends IRosterItem
Roster group information. The roster group information is associated with
IRosterEntry
instances.
Method Summary |
java.util.Collection |
getEntries()
Get roster entries belonging to this group. |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
getAdapter |
getEntries
java.util.Collection getEntries()
- Get roster entries belonging to this group. Instances of list are of type
IRosterEntry
- Returns:
- Collection of IRosterEntrys. Will not return
null
.
May return an empty Collection.