src/share/classes/com/sun/source/util/TaskEvent.java

changeset 2083
379c04c090cf
parent 1590
011cf7e0a148
child 2525
2eb010b6cb22
equal deleted inserted replaced
2082:c0d44b1e6b6a 2083:379c04c090cf
34 * Provides details about work that has been done by the JDK Java Compiler, javac. 34 * Provides details about work that has been done by the JDK Java Compiler, javac.
35 * 35 *
36 * @author Jonathan Gibbons 36 * @author Jonathan Gibbons
37 * @since 1.6 37 * @since 1.6
38 */ 38 */
39 @jdk.Supported 39 @jdk.Exported
40 public final class TaskEvent 40 public final class TaskEvent
41 { 41 {
42 /** 42 /**
43 * Kind of task event. 43 * Kind of task event.
44 * @since 1.6 44 * @since 1.6
45 */ 45 */
46 @jdk.Supported 46 @jdk.Exported
47 public enum Kind { 47 public enum Kind {
48 /** 48 /**
49 * For events related to the parsing of a file. 49 * For events related to the parsing of a file.
50 */ 50 */
51 PARSE, 51 PARSE,

mercurial