|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Groupable
Generalized interface of group member objects.
Method Summary | |
---|---|
void |
addedToGroup(Group group)
Notifies this Groupable of being added to a group. |
Group[] |
getGroups()
Returns all groups that contain this Groupable. |
void |
removedFromGroup(Group group)
Notifies this Groupable of being removed from a group. |
void |
removeFromAllGroups()
Removes this Groupable from all groups. |
Method Detail |
---|
void addedToGroup(Group group)
group
- The group.void removedFromGroup(Group group)
group
- The group.Group[] getGroups()
Group
array.void removeFromAllGroups()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |