Jump to content

Presentation–abstraction–control

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Vinsci (talk | contribs) at 16:41, 24 May 2006 (created). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Presentation-abstraction-control (PAC) is a design pattern, somewhat similar to model-view-controller (MVC), but further separates the presentation (view in MVC) and the abstraction (model in MVC), which provides the option to separately multithread the model and view and very short program start times, as the user interface (presentation) can be shown before the abstraction has fully initialized.

See also