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

eu.webtoolkit.jwt.SlotLearnerInterface Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
/*
 * Copyright (C) 2009 Emweb bvba, Leuven, Belgium.
 *
 * See the LICENSE file for terms of use.
 */
package eu.webtoolkit.jwt;

import java.util.*;
import java.util.regex.*;
import java.io.*;
import java.lang.ref.*;
import java.util.concurrent.locks.ReentrantLock;
import javax.servlet.http.*;
import javax.servlet.*;
import eu.webtoolkit.jwt.*;
import eu.webtoolkit.jwt.chart.*;
import eu.webtoolkit.jwt.utils.*;
import eu.webtoolkit.jwt.servlet.*;

interface SlotLearnerInterface {
	public String learn(AbstractEventSignal.LearningListener slot)
			throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy