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

com.belteshazzar.jquery.EventHandler Maven / Gradle / Ivy

The newest version!
package com.belteshazzar.jquery;

@FunctionalInterface
public interface EventHandler {
    public void handleEvent(Event evt);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy