JavaScript is disabled on your browser.
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
ch.aplu.jaw
Interface TrayIconListener
public interface
TrayIconListener
Interface that declares a callback method for mouse events in a tray icon.
Method Summary
Methods
Modifier and Type
Method and Description
void
iconEvent
(
TrayIcon
icon)
Callback method called when a mouse event occurs from a tray icon.
Method Detail
iconEvent
void iconEvent(
TrayIcon
icon)
Callback method called when a mouse event occurs from a tray icon. The parameter is used to get information about the event.
Parameters:
icon
- the TrayIcon to get the type of the mouse event
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method