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

All Superinterfaces:
ESObserver

public interface ESWorkspaceInitObserver
extends ESObserver

Called when the workspace is initiated. Use this for things which have to be initiated right at beginning. It often is used to register Listeners.

Author:
emueller, wesendon

Method Summary
 void workspaceInitComplete(ESWorkspace currentWorkspace)
          Is called when the workspace is initiated.
 

Method Detail

workspaceInitComplete

void workspaceInitComplete(ESWorkspace currentWorkspace)
Is called when the workspace is initiated.

Parameters:
currentWorkspace - workspace


Copyright © 2015. All Rights Reserved.