<?php
/**
* @li gnu/agpl v3 or later
* @code utf8
* @version 0.1
* @author cojack from Aichra.pl
* @date 22.09.09
*
**/
/**
* @interface Handled
*
*/
interface Handled {
/**
* @method handedEvent()
* @param void
* @access public
*
*/
public function handledEvent();
}