All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.cookingfox.lapasse.api.event.logging.EventHandlerError Maven / Gradle / Ivy

The newest version!
package com.cookingfox.lapasse.api.event.logging;

import com.cookingfox.lapasse.api.event.Event;

/**
 * Wraps the event handler error.
 */
public interface EventHandlerError {

    /**
     * @return TThe error that occurred.
     */
    Throwable getError();

    /**
     * @return The event that was handled.
     */
    Event getEvent();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy