improved PHP parser
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / core / IJavaElementDelta.java
index 9fe7eb5..61f2ce9 100644 (file)
@@ -245,6 +245,22 @@ public interface IJavaElementDelta {
         * @since 3.0
         */
        public int F_PRIMARY_WORKING_COPY = 0x10000;
+       
+       /**
+        * Change flag indicating that the raw classpath (or the output folder) of a project has changed. 
+        * This flag is only valid if the element is an <code>IJavaProject</code>.
+        *
+        * @since 3.0
+        */
+       public int F_CLASSPATH_CHANGED = 0x20000;
+
+       /**
+        * Change flag indicating that the resource of a primary compilation unit has changed.
+        * This flag is only valid if the element is a primary <code>ICompilationUnit</code>.
+        * 
+        * @since 3.0
+        */
+       public int F_PRIMARY_RESOURCE = 0x40000;
        /**
         * Returns deltas for the children that have been added.
         * @return deltas for the children that have been added