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

ru.saidgadjiev.proxymaker.Proxy Maven / Gradle / Ivy

package ru.saidgadjiev.proxymaker;

/**
 * Each proxy class implements this interface.
 */
public interface Proxy {

    /**
     * Provide proxy method handler {@link MethodHandler}.
     *
     * @param handler target method handler
     */
    void setHandler(MethodHandler handler);

    /**
     * Return method handler.
     *
     * @return method handler
     */
    MethodHandler getHandler();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy