Skip to content

Commit

Permalink
Merge pull request #1 from Talesoft/dev-master
Browse files Browse the repository at this point in the history
Added handler interface
  • Loading branch information
TorbenKoehn committed Jan 22, 2016
2 parents 4d36908 + e14f66a commit f7dde17
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Event/HandlerInterface.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php

namespace Tale\Event;

use Tale\Event;

interface HandlerInterface
{

public function __invoke(Args $e, Event $event);
}

0 comments on commit f7dde17

Please sign in to comment.