A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / text / ITypingRunListener.java
index 0d79e10..a1e35a5 100644 (file)
@@ -12,7 +12,6 @@ package net.sourceforge.phpdt.internal.ui.text;
 
 import net.sourceforge.phpdt.internal.ui.text.TypingRun.ChangeType;
 
-
 /**
  * Listener for <code>TypingRun</code> events.
  * 
@@ -22,15 +21,18 @@ public interface ITypingRunListener {
        /**
         * Called when a new <code>TypingRun</code> is started.
         * 
-        * @param run the newly started run
+        * @param run
+        *            the newly started run
         */
        void typingRunStarted(TypingRun run);
-       
+
        /**
         * Called whenever a <code>TypingRun</code> is ended.
         * 
-        * @param run the ended run
-        * @param reason the type of change that caused the end of the run
+        * @param run
+        *            the ended run
+        * @param reason
+        *            the type of change that caused the end of the run
         */
        void typingRunEnded(TypingRun run, ChangeType reason);
 }
\ No newline at end of file