<?php
namespace Kiri\Events;
class TestListener implements EventInterface
{
public function process()
// TODO: Implement process() method.
}