org.eclipse.emf.emfstore.internal.server.startup
Interface StartupListener


public interface StartupListener

Interface for the startup listener extension point.

Author:
wesendon

Method Summary
 void startedUp(List<ProjectHistory> projects)
          This method will be called on startup and returns the projects on the server.
 

Method Detail

startedUp

void startedUp(List<ProjectHistory> projects)
This method will be called on startup and returns the projects on the server. Caution: The list of projects is NO copy.

Parameters:
projects - projects.


Copyright © 2015. All Rights Reserved.