org.eclipse.emf.emfstore.internal.client.observers
Interface DeleteProjectSpaceObserver

All Superinterfaces:
ESObserver
All Known Implementing Classes:
WorkspaceBase, WorkspaceImpl

public interface DeleteProjectSpaceObserver
extends ESObserver

Receives a notification when a project is deleted from the workspace.

Author:
Shterev

Method Summary
 void projectSpaceDeleted(ProjectSpace projectSpace)
          Notifies that the project space has been deleted.
 

Method Detail

projectSpaceDeleted

void projectSpaceDeleted(ProjectSpace projectSpace)
Notifies that the project space has been deleted. This is a PRE-DELETE event.

Parameters:
projectSpace - the project space


Copyright © 2015. All Rights Reserved.