Package com.e1c.langtool.sync
Interface SyncSessionFactory
- All Known Implementing Classes:
V8PorjectSyncSessionFactory,V8PorjectSyncSessionFactory,V8PorjectSyncSessionFactory
public interface SyncSessionFactory
A factory for creating
SyncSession objects.-
Method Summary
Modifier and TypeMethodDescriptioncreateSynSession(ITranslatedProject translatedProject) Creates a new SyncSession object.
-
Method Details
-
createSynSession
Creates a new SyncSession object.- Parameters:
translatedProject- the translated project- Returns:
- the sync session
-