Package org.jmol.api
Interface JmolGestureServerInterface
-
public interface JmolGestureServerInterface
-
-
Field Summary
Fields Modifier and Type Field Description static intHAS_CLIENTstatic intHAS_DRIVERstatic intOK
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddispose()intgetState()voidstartGestureServer()
-
-
-
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
-
-