Implicit invocation
http://dbpedia.org/resource/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. — David Garlan and Mary Shaw, "An Introduction to Software Architecture" Implicit invocation is the core technique behind the observer pattern.
rdf:langString
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"
rdf:langString
rdf:langString
Implicit invocation
rdf:langString
Wywołanie niejawne
xsd:integer
2505607
xsd:integer
1122845355
rdf:langString
David Garlan and Mary Shaw
rdf:langString
"An Introduction to Software Architecture"
rdf:langString
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.
rdf:langString
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.
rdf:langString
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"
xsd:nonNegativeInteger
1934