com.ibm.carma.ui
Class CarmaFileEditListener

java.lang.Object
  extended by com.ibm.carma.ui.CarmaFileEditListener
All Implemented Interfaces:
java.util.EventListener, org.eclipse.core.resources.IResourceChangeListener

public class CarmaFileEditListener
extends java.lang.Object
implements org.eclipse.core.resources.IResourceChangeListener

Listens for resource change events on CARMA associated temporary IFile content. If temporary file content is changed the file content is uploaded to provide a fresh copy to the associated CARMA resource. Files are uploaded when the following flags are set:

Since:
7.0

Field Summary
static java.lang.String COPYRIGHT
           
 
Constructor Summary
CarmaFileEditListener()
           
 
Method Summary
 void resourceChanged(org.eclipse.core.resources.IResourceChangeEvent event)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Constructor Detail

CarmaFileEditListener

public CarmaFileEditListener()
Method Detail

resourceChanged

public void resourceChanged(org.eclipse.core.resources.IResourceChangeEvent event)
Specified by:
resourceChanged in interface org.eclipse.core.resources.IResourceChangeListener