Corona Design Project
From Eclipsepedia
| 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" |
