|
Class Summary |
| AudioApp |
Takes audio input, abstracts it for phone ringing on the output
side (i.e., abstraction occurs on the output side after the input has
dispatched the event), and displays events as text on a GUI ticker;
distributed version. |
| AudioAppAbstractInput |
Takes audio input, abstracts it for phone ringing on the input side
(i.e., abstractors are passed to the input objects), and displays
events as text on a GUI ticker; non-distributed version. |
| AudioAppNon |
Takes audio input, abstracts it for phone ringing on the output side, and displays
events as text on a GUI ticker; non-distributed version. |
| AudioTickerOutput |
Displays RING and VOICE events as text on a GUI ticker. |
| RingVoiceAppNon |
|