org.eclipse.emf.emfstore.internal.client.model.impl
Class ESLocalProjectSaveStateNotifier

java.lang.Object
  extended by org.eclipse.emf.emfstore.internal.client.model.impl.ESLocalProjectSaveStateNotifier
All Implemented Interfaces:
IDEObjectCollectionDirtyStateListener

public class ESLocalProjectSaveStateNotifier
extends Object
implements IDEObjectCollectionDirtyStateListener

Notifies ESLocalProjectSaveStateNotifier about changes of the ESLocalProject save state.

Author:
mkoegel

Constructor Summary
ESLocalProjectSaveStateNotifier(ESLocalProject localProject)
          Default constructor.
 
Method Summary
 void notifyAboutDirtyStateChange()
          Notify the listener about a state change.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ESLocalProjectSaveStateNotifier

public ESLocalProjectSaveStateNotifier(ESLocalProject localProject)
Default constructor.

Parameters:
localProject - the local project to notify for
Method Detail

notifyAboutDirtyStateChange

public void notifyAboutDirtyStateChange()
Notify the listener about a state change.

Specified by:
notifyAboutDirtyStateChange in interface IDEObjectCollectionDirtyStateListener
See Also:
IDEObjectCollectionDirtyStateListener.notifyAboutDirtyStateChange()


Copyright © 2015. All Rights Reserved.