protected static class ScreenRecorder.MouseGrabber
extends java.lang.Object
implements java.lang.Runnable
| Constructor and Description |
|---|
MouseGrabber(ScreenRecorder recorder,
long startTime,
java.util.concurrent.ScheduledThreadPoolExecutor timer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getStopTime() |
void |
run() |
void |
setFuture(java.util.concurrent.ScheduledFuture future) |
void |
setMousePressed(boolean newValue) |
void |
setStopTime(long newValue) |
public MouseGrabber(ScreenRecorder recorder, long startTime, java.util.concurrent.ScheduledThreadPoolExecutor timer)
public void setFuture(java.util.concurrent.ScheduledFuture future)
public void setMousePressed(boolean newValue)
public void run()
run in interface java.lang.Runnablepublic void setStopTime(long newValue)
public long getStopTime()
public void close()
Copyright © 2022. All Rights Reserved.