Package me.wouterkistemaker.eventmanager
Interface Handleable
- All Known Implementing Classes:
Event
public interface Handleable
A superinterface for classes which can be called to event managers to be processed.
- Author:
- themrsung
- See Also:
-
Method Summary
-
Method Details
-
getCause
Returns the cause of this event. If no cause is specified, this will returnnull
.- Returns:
- The cause of this event if specified,
null
otherwise
-