public class SequentialDispatcher extends EventLoop
eventProcessor| Constructor and Description |
|---|
SequentialDispatcher() |
SequentialDispatcher(int priority) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(java.lang.Runnable r) |
protected void |
processEvent(java.lang.Object event) |
clear, collectEvent, isCoalesce, join, processEvents, setCoalesce, start, stoppublic SequentialDispatcher()
public SequentialDispatcher(int priority)
protected void processEvent(java.lang.Object event)
processEvent in class EventLooppublic void dispatch(java.lang.Runnable r)
Copyright © 2022. All Rights Reserved.