pies.cf

Class EventManager

Method Description
<pre>public void listen(Events event, EventCallBack callback)</pre> Arguments:
event: The event you want to listen to
</code></pre>callback: A callback that will be executed when the event is fired.
<pre>public void call(Events e, Event event)</pre> call a event, not made for api use just for accessing in plugin.