Implicit invocation
From Wikipedia, the free encyclopedia
Page Module:Message box/ambox.css has no content.
This article needs additional citations for verification. (November 2019) |
Implicit invocation is a term used by some authors for a style of software architecture in which a system is structured around event handling, using a form of callback. It is closely related to inversion of control and what is known informally as the Hollywood principle.
Implicit invocation is the core technique behind the observer pattern.[citation needed]
See also
References
Page Template:Reflist/styles.css has no content.
External links
- An Introduction to Software Architecture by David Garlan and Mary Shaw
- An Introduction to Implicit Invocation Architectures by Benjamin Edwards