express.ExpressListener Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-express Show documentation
Show all versions of java-express Show documentation
HTTP Framework based on expressjs, no dependencies, simple usage.
The newest version!
package express;
/**
* @author Simon Reinisch
* Listener for express actions
*/
public interface ExpressListener {
void action();
}