|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProjectService | |
wt.project | The notion of a
Project has been replaced by a
Team , see the wt.team package instead. |
Uses of ProjectService in wt.project |
Classes in wt.project that implement ProjectService | |
class |
ProjectServiceFwd
Deprecated. in R6.0 Project will be replaced by a new Team object in a future release. |
class |
StandardProjectService
Standard implementation of the project service interfaces. |
Fields in wt.project declared as ProjectService | |
private ProjectService |
ProjectServiceEvent.service
|
static ProjectService |
ProjectHelper.service
Supported API: false |
Methods in wt.project that return ProjectService | |
ProjectService |
ProjectServiceEvent.getService()
Gets the value of the attribute: service; The Project service that emits events. |
Methods in wt.project with parameters of type ProjectService | |
void |
ProjectServiceEvent.setService(ProjectService a_Service)
Sets the value of the attribute: service; The Project service that emits events. |
Constructors in wt.project with parameters of type ProjectService | |
ProjectServiceEvent(ProjectService service,
String eventType,
ProjectManaged eventTarget)
Constructs a Project services event from the specified service and its event type and target. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |