org.eclipse.emf.emfstore.client.observer
Interface ESShareObserver

All Superinterfaces:
ESObserver
All Known Implementing Classes:
ESWorkspaceProviderImpl, OperationRecorder

public interface ESShareObserver
extends ESObserver

Observer that is notified when a share completed successfully.

Author:
emueller

Method Summary
 void shareDone(ESLocalProject localProject)
          Called when the share of the passed ESLocalProject completed successfully.
 

Method Detail

shareDone

void shareDone(ESLocalProject localProject)
Called when the share of the passed ESLocalProject completed successfully.

Parameters:
localProject - the local project that has been shared


Copyright © 2015. All Rights Reserved.