public class MouseCheckTimer
extends java.lang.Object
implements java.lang.Runnable
MouseHookObserver
,
Modifier and Type | Field and Description |
---|---|
(package private) static int |
millsecCycle |
(package private) static int |
millsecStay |
Constructor and Description |
---|
MouseCheckTimer() |
Modifier and Type | Method and Description |
---|---|
boolean |
isRunning() |
void |
run() |
void |
setObserver(MouseHookObserver anObserver) |
void |
setRunning(boolean status) |
static final int millsecCycle
static final int millsecStay
public boolean isRunning()
public void setRunning(boolean status)
public void setObserver(MouseHookObserver anObserver)
public void run()
run
in interface java.lang.Runnable
Copyright © SAS Institute. All Rights Reserved.