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

com.oberasoftware.base.event.HandlerEntry Maven / Gradle / Ivy

There is a newer version: 3.0
Show newest version
package com.oberasoftware.base.event;

import java.lang.reflect.Method;
import java.util.Optional;

/**
 * @author renarj
 */
public interface HandlerEntry {
    Optional executeHandler(Object event, Object... args);

    Method getEventMethod();

    Object getListenerInstance();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy