*/ final class SystemCheckedForUpdatesEvent implements SystemEventInterface { /** * Get the event description. * * @return string */ public function __toString() { return 'System checked for updated.'; } }