public final class ShareProjectAdapter
extends org.eclipse.emf.common.notify.impl.AdapterImpl
| Modifier and Type | Method and Description |
|---|---|
void |
addProjectId(ProjectId projectId)
Add a
ProjectId. |
static void |
attachTo(SessionId sessionId,
ProjectId projectId)
Attaches an adapter with the given
ProjectId to the session. |
boolean |
removeProject(ProjectId projectId)
Remove a
ProjectId. |
public void addProjectId(ProjectId projectId)
ProjectId.projectId - the ProjectId to be addedpublic boolean removeProject(ProjectId projectId)
ProjectId.projectId - the ProjectId to be removedtrue, if a project has been removed, false otherwiseCopyright © 2017. All rights reserved.