[cscore] Add polled support to listener

Change Java VideoListener to use polling.
This commit is contained in:
Peter Johnson
2021-01-26 23:07:16 -08:00
parent 483beb6361
commit 29bf9d6ef1
11 changed files with 445 additions and 260 deletions

View File

@@ -22,7 +22,8 @@ class Handle {
kSource,
kSink,
kListener,
kSinkProperty
kSinkProperty,
kListenerPoller
};
enum { kIndexMax = 0xffff };