public interface Input
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Input.Handler |
static interface |
Input.Poller |
| Modifier and Type | Field and Description |
|---|---|
static Input[] |
EMPTY_INPUTS |
static int |
LOOPBACK_ID |
| Modifier and Type | Method and Description |
|---|---|
static Input |
create(int id,
Input.Poller poller) |
int |
id() |
Input.Poller |
poller() |
static final int LOOPBACK_ID
static final Input[] EMPTY_INPUTS
int id()
Input.Poller poller()
static Input create(int id, Input.Poller poller)
Copyright © 2020 tools4j.org (Marco Terzer, Anton Anufriev). All Rights Reserved.