Event

Định nghĩa Event là gì?

EventBiến cố. Đây là nghĩa tiếng Việt của thuật ngữ Event - một thuật ngữ thuộc nhóm Technology Terms - Công nghệ thông tin.

Độ phổ biến(Factor rating): 5/10

Một sự kiện là một hành động đưa ra bởi một thiết bị phần cứng bên ngoài và thao túng bởi mã phần mềm. Sự kiện cho phép đối tượng để thông báo cho đối tượng khách hàng về hoạt động quan trọng. Sự kiện cung cấp sự linh hoạt rất lớn so với giao diện điều khiển ứng dụng truyền thống, mà theo một con đường thực hiện cứng nhắc và bị hạn chế bởi hệ thống dây điện cứng. Không giống như các lĩnh vực, các sự kiện là thành viên của một giao diện. Một lớp học gửi một thông báo sự kiện là nhà xuất bản. Một lớp học nhận được sự kiện này là các thuê bao. Sự kiện chỉ có thể được gọi từ lớp tuyên bố của họ, đòi hỏi lời tuyên bố sửa đổi (ví dụ, bảo vệ ảo) cho phép truy cập lớp dẫn xuất.

Xem thêm: Thuật ngữ công nghệ A-Z

Giải thích ý nghĩa

Chương trình áp dụng mã sự kiện-driven như những thay đổi không đồng bộ bên ngoài xảy ra. Ví dụ, một người dùng nhấn một nút bàn phím gây ra một sự thay đổi bên ngoài đòi hỏi một phản ứng từ phần mềm của nó. Sự kiện này gây ra là một trong hai phần cứng bên ngoài hoặc phần mềm. Khi một chương trình chỉ ra nó đã sẵn sàng để phản ứng, sự kiện này được chuyển hướng đến các module sự kiện phần mềm xử lý. Tùy chọn, một chương trình có thể bỏ qua và chuyển hướng sự kiện để xử lý có sẵn. phần cứng hoặc phần mềm dữ liệu sự kiện kích hoạt là những chỉ số loại sự kiện, nhưng dữ liệu như thời gian sự kiện chính xác hoặc thêm dữ liệu ảnh hưởng đến phản ứng xử lý sự kiện chính thức. Các sự kiện được luôn luôn xem xét khi cải phần cứng hoạt động người dùng bên ngoài vào mã sự kiện cụ thể, đặc biệt trong thiết kế giao diện người dùng và sản xuất. Chương trình xử lý sự kiện thường đồng bộ, nơi một hoặc nhiều mô-đun mã chương trình được dành riêng để xử lý sự kiện. nguồn sự kiện phổ biến là:

What is the Event? - Definition

An event is an action launched by an external hardware device and manipulated by software code. Events allow objects to notify client objects about important activities. Events provide tremendous flexibility compared to traditional console applications, which follow a rigid execution path and are limited by hard wiring. Unlike fields, events are members of an interface. A class sending an event message is the publisher. A class receiving the event is the subscriber. Events may only be invoked from their declared classes, which requires modifier declaration (for example, protected virtual) enabling derived class access.

Understanding the Event

Programs apply event-driven code as external asynchronous changes occur. For example, a user pressing a keyboard button causes an external change requiring a response from its software. The triggered event is either external hardware or software. When a program indicates it is ready to react, the event is redirected to the event handler software module. Optionally, a program may ignore and redirect events to available handlers. Triggered hardware or software event data are event type indicators, but data like precise event time or extra data affects final event handler response. Events are always considered when hardware converts external user actions into specific event code, especially during user interface design and manufacturing. Program event handlers are often synchronous, where one or more program code modules are dedicated to event handling. Common event sources are:

Thuật ngữ liên quan

  • Exception Handling
  • Virtual Symmetric Multiprocessing (VSMP)
  • Event-Driven Program
  • Event-Driven Architecture (EDA)
  • Events Per Second (EPS)
  • Aggregate Event
  • Commit
  • Access Modifiers
  • Acyclic
  • Appending Virus

Source: ? Technology Dictionary - Filegi - Techtopedia - Techterm

Trả lời

Email của bạn sẽ không được hiển thị công khai. Các trường bắt buộc được đánh dấu *