| Modifier and Type | Method and Description |
|---|---|
Member |
TeamManager.getMemberByName(java.lang.String name)
This method returns the name of the member if exists.
|
Member[] |
TeamManager.listMembers(Team t)
This method lists all members in a team
|
| Modifier and Type | Method and Description |
|---|---|
void |
Team.promote(Member m)
Demotes the moderator now and promotes the member specified
is in the team
|
void |
Team.removeMember(Member m)
Removes a member from the team
If the member is the moderator of the team,
the whole team gets DISBANDED!
|
Copyright © 2013, louis1234567890987654321@gmail.com. All rights reserved.