com.ibm.carma.ui
Class CarmaFileEditListener
java.lang.Object
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:
IResourceDelta.CONTENT
IResourceDelta.REPLACED
- Since:
- 7.0
|
Field Summary |
static java.lang.String |
COPYRIGHT
|
|
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 |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
CarmaFileEditListener
public CarmaFileEditListener()
resourceChanged
public void resourceChanged(org.eclipse.core.resources.IResourceChangeEvent event)
- Specified by:
resourceChanged in interface org.eclipse.core.resources.IResourceChangeListener