|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TeamService | |
wt.team |
Uses of TeamService in wt.team |
Classes in wt.team that implement TeamService | |
class |
StandardTeamService
Standard implementation of the team service interfaces. |
class |
TeamServiceFwd
TeamService provides client invokable methods to team services. |
Fields in wt.team declared as TeamService | |
private TeamService |
TeamServiceEvent.service
|
static TeamService |
TeamHelper.service
Supported API: true |
private TeamService |
TeamServiceEvent.service
|
static TeamService |
TeamHelper.service
Supported API: true |
Methods in wt.team that return TeamService | |
TeamService |
TeamServiceEvent.getService()
Gets the value of the attribute: service; The Team service that emits events. |
TeamService |
TeamServiceEvent.getService()
Gets the value of the attribute: service; The Team service that emits events. |
Methods in wt.team with parameters of type TeamService | |
void |
TeamServiceEvent.setService(TeamService a_Service)
Sets the value of the attribute: service; The Team service that emits events. |
void |
TeamServiceEvent.setService(TeamService a_Service)
Sets the value of the attribute: service; The Team service that emits events. |
Constructors in wt.team with parameters of type TeamService | |
TeamServiceEvent(TeamService service,
String eventType,
TeamManaged eventTarget)
Constructs a Team services event from the specified service and its event type and target. |
|
TeamServiceEvent(TeamService service,
String eventType,
TeamManaged eventTarget)
Constructs a Team services event from the specified service and its event type and target. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |