org.jmol.api
Interface JmolGestureServerInterface


public interface JmolGestureServerInterface


Field Summary
static int HAS_CLIENT
           
static int HAS_DRIVER
           
static int OK
           
 
Method Summary
 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
Method Detail

startGestureServer

void startGestureServer()

dispose

void dispose()

getState

int getState()