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

tray.linux.TrayMethodsThatAreInvokedByTheNativeCounterpart Maven / Gradle / Ivy

Go to download

Provides a simple adapter that makes the tray use gtk under linux, providing a native look and feel.

The newest version!
package tray.linux;


interface TrayMethodsThatAreInvokedByTheNativeCounterpart {

	void fireActionActivated();

	void fireMenuAction(int menuItemIndex);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy