Interface for event handler classes. Event handlers must have a static handle method that processes events.
handle
Similar to CommandInterface, this describes the class itself (with static methods), not instances of the class.
Interface for event handler classes. Event handlers must have a static
handlemethod that processes events.Similar to CommandInterface, this describes the class itself (with static methods), not instances of the class.