<?php
interface Handled {
   abstract function handled_event();
}
?>