Package org.eclipse.lsp4j
Class WatchKind
- java.lang.Object
-
- org.eclipse.lsp4j.WatchKind
-
public final class WatchKind extends java.lang.Object
-
-
Field Detail
-
Create
public static final int Create
Interested in create events.- See Also:
- Constant Field Values
-
Change
public static final int Change
Interested in change events- See Also:
- Constant Field Values
-
Delete
public static final int Delete
Interested in delete events- See Also:
- Constant Field Values
-
-