<?php
namespace Westdc\Metadata\Event;
use Zend\EventManager\EventInterface;
interface OutlinkEvent
{
public function checkParam(EventInterface $e);
public function processData(EventInterface $e);
}