validate abstract method

bool validate(
  1. T data
)

Validate the event data

Implementation

bool validate(T data);