forEach abstract method

void forEach(
  1. LineAction action
)

Abstract method which should be overriden by the derived class to call action for each line in the derived classes perview.

Implementation

void forEach(LineAction action);