public final class InputReportListenerState extends Object
Acts as a medium between threads to indicate whether input report reader worker thread should exit or not.
| Constructor and Description |
|---|
InputReportListenerState()
Allocates a new InputReportListenerState with state as false.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setInputReportListenerState(boolean state)
Sets the state of input report listener worker thread to the given state.
|
boolean |
shouldInputReportListenerExit()
Tells whether worker thread should continue to listen for input report availability or not.
|
public InputReportListenerState()
Allocates a new InputReportListenerState with state as false.
public void setInputReportListenerState(boolean state)
Sets the state of input report listener worker thread to the given state.
public boolean shouldInputReportListenerExit()
Tells whether worker thread should continue to listen for input report availability or not.
Copyright © 2017. All rights reserved.