public interface EvtScheduler<E extends IEventType> extends IntIterator
Modifier and Type | Method and Description |
---|---|
void |
init(E type)
Initializes the scheduler with an event defined by 'type'.
|
int |
select(int mask) |
hasNext, next, remove
void init(E type)
type
- event receivedint select(int mask)
Copyright © 2017. All rights reserved.