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

com.notification.NotificationListener Maven / Gradle / Ivy

Go to download

JCommunique is a free, open-source desktop notification library. It offers a range of features with a simple-to-use API. This is a maven repack, code is unchanged

The newest version!
package com.notification;

public interface NotificationListener {
	/**
	 * Called when an action is completed on the Notification (e.g., a click).
	 *
	 * @param notification
	 *            the Notification on which the action was completed
	 * @param action
	 *            a String identifying what the action was
	 */
	public void actionCompleted(Notification notification, String action);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy