@Beta public static interface EntityInternal.GroupSupportInternal extends Entity.GroupSupport
| Modifier and Type | Method and Description |
|---|---|
void |
add(Group group)
Add this entity as a member of the given
Group. |
void |
remove(Group group)
Removes this entity as a member of the given
Group. |
isEmpty, iterator, sizevoid add(Group group)
Group. Called by framework.
Users should call Group.addMember(Entity) instead; this method will then
automatically be called. However, the reverse is not true (calling this method will
not tell the group; this behaviour may change in a future release!)
void remove(Group group)
Group. Called by framework.
Users should call Group.removeMember(Entity) instead; this method will then
automatically be called. However, the reverse is not true (calling this method will
not tell the group; this behaviour may change in a future release!)