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

anlavn.ui.datechooser.Event Maven / Gradle / Ivy

package anlavn.ui.datechooser;

import java.awt.event.MouseEvent;

public interface Event {

    public void execute(MouseEvent evt, int num);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy