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

com.fastchar.interfaces.IFastInterceptor Maven / Gradle / Ivy

package com.fastchar.interfaces;

import com.fastchar.core.FastAction;

public interface IFastInterceptor {

    void onInterceptor(FastAction fastAction) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy