Wiktionary
model-view-presenter
n. (context software design English) A derivative of the model-view-controller (MVC) software pattern, where the presenter assumes the functionality of the "middle-man".
Wikipedia
Model–view–presenter
Model–view–presenter (MVP) is a derivation of the model–view–controller (MVC) architectural pattern, and is used mostly for building user interfaces.
In MVP the presenter assumes the functionality of the "middle-man". In MVP, all presentation logic is pushed to the presenter.