[Bleeding] getHandlers() is now abstract.

This commit is contained in:
Feildmaster 2012-02-19 15:52:46 -06:00 committed by EvilSeph
parent 308443b15b
commit e0eb9f914b

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 {