# EventInterface
Chevere\Interfaces\Pluggable\Plug\Event\EventInterface
# Extends
# Description
Describes the component in charge of defining an event listener plug.
# Methods
# __invoke()
Executes the event listener.
# Parameters
- array
$data
- WritersInterface
$writers
RETURN
void
# anchor()
Plugs at anchor.
RETURN
string
# at()
Plugs at class name.
RETURN
string
# priority()
Plugs at priority.
RETURN
int