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

mdlaf.animation.MaterialMouseHover Maven / Gradle / Ivy

There is a newer version: 1.1.4
Show newest version
package mdlaf.animation;

import java.awt.event.MouseListener;
import java.awt.event.MouseMotionListener;

/**
 * Tag interface, all material-ui-swing mouse hover should be implement this interface
 *
 * @author https://github.com/vincenzopalazzo
 */
public interface MaterialMouseHover extends MouseListener, MouseMotionListener { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy