Package | Description |
---|---|
org.agilewiki.jactor.events |
The events package supports the dispatching of one-way messages (events).
|
Modifier and Type | Interface and Description |
---|---|
interface |
EventQueue<E>
An EventQueue receives events, queues them,
and then processes them on another thread.
|
Modifier and Type | Class and Description |
---|---|
class |
JAEventQueue<E>
An JAEventQueue receives messages, queues them,
and then processes them on another thread.
|
Copyright © 2012. All Rights Reserved.