Share on Facebook Share on Twitter Email
Answers.com

Implicit invocation

 
Wikipedia: Implicit invocation

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.

The idea behind implicit invocation is that instead of invoking a procedure directly, a component can announce (or broadcast) one or more events. Other components in the system can register an interest in an event by associating a procedure with the event. When the event is announced the system itself invokes all of the procedures that have been registered for the event. Thus an event announcement implicitly causes the invocation of procedures in other modules.

—David Garlan and Mary Shaw, "An Introduction to Software Architecture"

Implicit invocation is the core technique behind the Observer pattern.

See also

External links


Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
 
 
Learn More
WS-Notification
Model-Glue
Architectural pattern (computer science)

What is a invocation prayer? Read answer...
What is an implicit message? Read answer...
What is a sentence for implicit? Read answer...

Help us answer these
What is formal invocation?
What is implicit setting?
What is an implicit claim?

Post a question - any question - to the WikiAnswers community:

 

Copyrights:

Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Implicit invocation" Read more