org.eclipse.emf.cdo.transfer
Class CDOTransfer.RelativePathChangedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.eclipse.net4j.util.event.Event
          extended by org.eclipse.emf.cdo.transfer.CDOTransfer.MappingEvent
              extended by org.eclipse.emf.cdo.transfer.CDOTransfer.RelativePathChangedEvent
All Implemented Interfaces:
Serializable, IEvent
Enclosing class:
CDOTransfer

public static class CDOTransfer.RelativePathChangedEvent
extends CDOTransfer.MappingEvent

A mapping event fired from a transfer when the relative path of a mapping has changed.

See Also:
Serialized Form
No Extend
This class is not intended to be subclassed by clients.

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 IPath getNewPath()
           
 IPath getOldPath()
           
 boolean hasTreeImpact()
           
 
Methods inherited from class org.eclipse.emf.cdo.transfer.CDOTransfer.MappingEvent
getMapping
 
Methods inherited from class org.eclipse.net4j.util.event.Event
formatAdditionalParameters, getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

hasTreeImpact

public boolean hasTreeImpact()
Specified by:
hasTreeImpact in class CDOTransfer.MappingEvent

getOldPath

public IPath getOldPath()

getNewPath

public IPath getNewPath()


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.