[Bleeding] getHandlers() is now abstract.

This commit is contained in:
Feildmaster
2012-02-19 15:52:46 -06:00
committed by EvilSeph
parent 3604da1f55
commit c568f49c24

View File

@@ -16,9 +16,7 @@ public abstract class Event {
return name;
}
public HandlerList getHandlers() {
throw new IllegalStateException(getEventName() + " must implement getHandlers()");
}
public abstract HandlerList getHandlers();
public enum Result {