tray.linux.TrayMethodsThatAreInvokedByTheNativeCounterpart Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of native-tray-adapter Show documentation
Show all versions of native-tray-adapter Show documentation
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);
}