An Entity of Type: Thing, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

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. — David Garlan and Mary Shaw, "An Introduction to Software Architecture" Implicit invocation is the core technique behind the observer pattern.

Property Value
dbo:abstract
  • 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. (en)
  • Wywołanie niejawne (ang. implicit invocation) – termin używany przez niektórych autorów, sposób projektowania oprogramowania, w którym system konstruuje się wokół obsługi zdarzeń, używając formy wywołania zwrotnego. Idea kryjąca się za pojęciem wywołania niejawnego polega na tym, że zamiast wywoływać procedury bezpośrednio, komponent może ogłaszać (anonsować) jedno lub wiele zdarzeń. Inne komponenty systemu mogą zgłaszać (rejestrować) swoje zainteresowanie w zdarzeniu poprzez kojarzenie procedury ze zdarzeniem. Kiedy zdarzenie jest ogłaszane, system sam wywołuje wszystkie procedury zarejestrowane dla zdarzenia. Zatem anonsowanie zdarzenia niejawnie powoduje wywołanie procedur w innych modułach. 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. i , "An Introduction to Software Architecture" (pl)
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 2505607 (xsd:integer)
dbo:wikiPageLength
  • 1934 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1122845355 (xsd:integer)
dbo:wikiPageWikiLink
dbp:author
  • David Garlan and Mary Shaw (en)
dbp:source
  • "An Introduction to Software Architecture" (en)
dbp:text
  • The idea behind implicit invocation is that instead of invoking a procedure directly, a component can announce 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. (en)
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdfs:comment
  • 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. — David Garlan and Mary Shaw, "An Introduction to Software Architecture" Implicit invocation is the core technique behind the observer pattern. (en)
  • Wywołanie niejawne (ang. implicit invocation) – termin używany przez niektórych autorów, sposób projektowania oprogramowania, w którym system konstruuje się wokół obsługi zdarzeń, używając formy wywołania zwrotnego. i , "An Introduction to Software Architecture" (pl)
rdfs:label
  • Implicit invocation (en)
  • Wywołanie niejawne (pl)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageDisambiguates of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License