org.bukkit.plugin
Interface EventExecutor


public interface EventExecutor

Interface which defines the class for event call backs to plugins


Method Summary
 void execute(Listener listener, Event event)
           
 

Method Detail

execute

void execute(Listener listener,
             Event event)
             throws EventException
Throws:
EventException


Copyright © 2014. All rights reserved.