private void onLogFileScanningStarted()
 {
     if (actionListener != null)
     {
         actionListener.onLogFileScanningStarted();
     }
 }