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

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

There is a newer version: 6.70.10.2
Show newest version
package com.anlavn.ui.datechooser;

import java.awt.event.MouseEvent;

public interface Event {

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy