Package javaforce.awt
Class VNCSessionServer.Client
java.lang.Object
javaforce.awt.VNCSessionServer.Client
- All Implemented Interfaces:
VNCRobot
- Enclosing class:
VNCSessionServer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanactive()voidclose()int[]getScreenCapture(int pf) voidkeyPress(int code) voidkeyRelease(int code) voidmouseMove(int x, int y) voidmousePress(int button) voidmouseRelease(int button) toString()
-
Field Details
-
token
public long token -
sid
public int sid
-
-
Constructor Details
-
Client
-
-
Method Details
-
getScreenSize
- Specified by:
getScreenSizein interfaceVNCRobot
-
getScreenCapture
public int[] getScreenCapture(int pf) - Specified by:
getScreenCapturein interfaceVNCRobot
-
keyPress
public void keyPress(int code) -
keyRelease
public void keyRelease(int code) - Specified by:
keyReleasein interfaceVNCRobot
-
mouseMove
public void mouseMove(int x, int y) -
mousePress
public void mousePress(int button) - Specified by:
mousePressin interfaceVNCRobot
-
mouseRelease
public void mouseRelease(int button) - Specified by:
mouseReleasein interfaceVNCRobot
-
active
public boolean active() -
close
public void close() -
toString
-