DictionaryForumContacts

   English Russian
Terms for subject Programming containing an event is | all forms | exact matches only
EnglishRussian
A condition variable is a semaphore used to signal an event has occurredУсловная переменная представляет собой семафор, используемый для сигнализации о событии, которое произошло (см. "Parallel and Distributed Programming Using C++" by Cameron Hughes, Tracey Hughes 2003 ssn)
A user interface element is able to "delegate" the processing of an event to a separate piece of codeЭлемент пользовательского интерфейса может "делегировать" обработку события отдельному фрагменту кода (см. Java: The Complete Reference Eighth Edition by Herbert Schildt 2011 ssn)
an application programme may consist of a number of tasks. The execution of each task is accomplished sequentially, one programmable function at a time until the end of the task. The initiation of a task, periodically or upon the detection of an event interrupt condition, is under the control of the operating systemПрикладная программа может включать в себя несколько задач. Выполнение каждой задачи осуществляется последовательно как одна запрограммированная функция во времени до окончания задачи. Запуск задачи, периодически или при обнаружении некоторого события условие прерывания, осуществляется под управлением операционной системы (см. IEC 61131-1 2003 ssn)
an XML Schema Definition type that provides information about the structure of part of an event. A single event definition can have different event parts that are defined by different XML schemasТип "Определение схемы XML", предоставляющий информацию о структуре части события. У одного и того же определения события могут быть разные части события, определяемые разными схемами XML (см. event part ssn)
Event sourcing is an approach that concentrates on persisting all the changes to a persistent state, rather than persisting the current state itselfПорождение событий – это подход, концентрирующий внимание на долговременном хранении всех изменений персистентного состояния, а не самого текущего состояния (ssn)
Imagine there is an observer with a notebook who watches the process and writes down the name of each event as it occursПредставьте себе наблюдателя с блокнотом, который следит за процессом и записывает имя каждого происходящего события (см. Communicating Sequential Processes by C.A.R. Hoare 1985 ssn)
method that is invoked when an action event occursметод, вызываемый при событии действия (ssn)
method that is invoked when an adjustment event occursметод, вызываемый при событии настройки (ssn)
the top of the hierarchy is an abstract class that implements all the event handling methods to do nothingВершиной иерархии является абстрактный класс, который содержит описание всех методов, обрабатывающих события, но без реализации (см. "UML Distilled: A Brief Guide to the Standard Object Modeling Language, Third Edition" by Martin Fowler 2003)
when we speak of an event type in the original event model, what we really mean is the name of the event handler that is invoked in response to the eventГоворя о типе события в исходной модели обработки событий, мы на самом деле имеем в виду имя обработчика, вызываемого в ответ на событие (см. "JavaScript: The Definitive Guide, 5th Edition" by David Flanagan 2006 ssn)