Class ProfileProjectSynchronizer
- java.lang.Object
-
- org.modelversioning.emfprofile.registry.internal.ProfileProjectSynchronizer
-
- All Implemented Interfaces:
EventListener
,IResourceChangeListener
public class ProfileProjectSynchronizer extends Object implements IResourceChangeListener
-
-
Constructor Summary
Constructors Constructor Description ProfileProjectSynchronizer(ProfileRegistry registry, ResourceSet resourceSet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
registerProfileProjects()
void
resourceChanged(IResourceChangeEvent event)
void
startSynchronizing()
void
stopSynchronizing()
-
-
-
Constructor Detail
-
ProfileProjectSynchronizer
public ProfileProjectSynchronizer(ProfileRegistry registry, ResourceSet resourceSet)
-
-
Method Detail
-
registerProfileProjects
public void registerProfileProjects()
-
startSynchronizing
public void startSynchronizing()
-
stopSynchronizing
public void stopSynchronizing()
-
resourceChanged
public void resourceChanged(IResourceChangeEvent event)
- Specified by:
resourceChanged
in interfaceIResourceChangeListener
-
-