Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.
Corona Design Project
Eclipse Home | Corona Wiki Home | Development | Design |
Contents
Corona Exemplary Implementation: Project Collaboration
Description
Corona's exemplary implementation provides collaboration on a Project. It will allow multiple Eclipse Workbench IDE's to participate in a Workgroup. Project collaboration is based upon a Project Container, an extension of Corona's context container framework.
In addition to providing a Project Container, the exemplary implementation will also extend Corona's collaboration event model. A Project Event is defined that extends the Collaboration Event.
Project Events
Project Open
The Project open event is published whenever a Project Container is opened.
'Event Attributes'
CONTEXT_TYPE | "Project" |
CONTEXT_NAME | Project Container's name |
COLLABORATION_ID | Project Container's ID |
ACTION_TYPE | "open" |