public static interface InputQueue.Callback
Modifier and Type | Method and Description |
---|---|
void |
onInputQueueCreated(InputQueue queue)
Called when the given InputQueue is now associated with the
thread making this call, so it can start receiving events from it.
|
void |
onInputQueueDestroyed(InputQueue queue)
Called when the given InputQueue is no longer associated with
the thread and thus not dispatching events.
|
void onInputQueueCreated(InputQueue queue)
void onInputQueueDestroyed(InputQueue queue)