handle abstract method

void handle(
  1. RecordData<T> data
)

Handles the given data that is passing by the DeLog.

Implementation

void handle(RecordData<T> data);