Leopard Sample Code: Core Foundation
Events & Other Input
Core Foundation provides a mechanism to send and receive simple notification messages between applications without one application needing to know about or to explicitly open a connection to the other applications. It also provides an abstraction of a run loop that allows an application to respond to events being detected and dispatched using a callout. |