Package com.saxonica.ee.stream.watch
Class WatchManager.ClosedownAction
- java.lang.Object
-
- com.saxonica.ee.stream.watch.WatchManager.ClosedownAction
-
- Enclosing class:
- WatchManager
protected static class WatchManager.ClosedownAction extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int
action
static int
CLOSE
static int
DEACTIVATE
Watch
watch
-
Constructor Summary
Constructors Constructor Description ClosedownAction(Watch watch, int action)
-
-
-
Field Detail
-
DEACTIVATE
public static final int DEACTIVATE
- See Also:
- Constant Field Values
-
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
-
watch
public Watch watch
-
action
public int action
-
-
Constructor Detail
-
ClosedownAction
public ClosedownAction(Watch watch, int action)
-
-