ru.concerteza.springtomcat.components.access.AccessConsumer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of etomcat-components Show documentation
Show all versions of etomcat-components Show documentation
Additional components for Apache Tomcat
The newest version!
package ru.concerteza.springtomcat.components.access;
/**
* User: alexey
* Date: 11/4/11
*/
public interface AccessConsumer {
void consume(AccessEvent event);
}