| org.apache.lenya.ac.Groupable
All known Subclasses: org.apache.lenya.ac.impl.AbstractGroupable,
Groupable | public interface Groupable (Code) | | Generalized interface of group member objects.
version: $Id: Groupable.java 473861 2006-11-12 03:51:14Z gregor $ |
addedToGroup | void addedToGroup(Group group)(Code) | | Notifies this Groupable of being added to a group.
Parameters: group - The group. |
getGroups | Group[] getGroups()(Code) | | Returns all groups that contain this Groupable.
A Group array. |
removeFromAllGroups | void removeFromAllGroups()(Code) | | Removes this Groupable from all groups.
|
removedFromGroup | void removedFromGroup(Group group)(Code) | | Notifies this Groupable of being removed from a group.
Parameters: group - The group. |
|
|