Table of Contents

About

An event handler is a function that process events, which usually involves implementing a particular interface.

Often, event handler are functional interfaces, they tend to have only one method.