Package org.jmol.api
Interface JmolGestureServerInterface
-
public interface JmolGestureServerInterface
-
-
Field Summary
Fields Modifier and Type Field Description static int
HAS_CLIENT
static int
HAS_DRIVER
static int
OK
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dispose()
int
getState()
void
startGestureServer()
-
-
-
Field Detail
-
OK
static final int OK
- See Also:
- Constant Field Values
-
HAS_CLIENT
static final int HAS_CLIENT
- See Also:
- Constant Field Values
-
HAS_DRIVER
static final int HAS_DRIVER
- See Also:
- Constant Field Values
-
-