com.adobe.cairngorm.control

..
CairngormEvent

The CairngormEvent class is used to differentiate Cairngorm events from events raised by the underlying Flex framework (or similar). It is mandatory for Cairngorm event dispatching.

CairngormEventDispatcher

The CairngormEventDispatcher class is a singleton class, used by the application developer to broadcast events that correspond to user gestures and requests.

FrontController

A base class for an application specific front controller, that is able to dispatch control following particular user gestures to appropriate command classes.