tmgmt_smartling-8.x-4.11/src/Event/AfterFileDownloadEvent.php
src/Event/AfterFileDownloadEvent.php
<?php
namespace Drupal\tmgmt_smartling\Event;
use Symfony\Contracts\EventDispatcher\Event;
class AfterFileDownloadEvent extends Event implements JobBasedEventInterface {
use JobBasedEventTrait;
const AFTER_FILE_DOWNLOAD_EVENT = 'tmgmt_smartling.after_file_download';
}
