dsto.dfc.util.win32
Interface TrayIconListener


public interface TrayIconListener

Defines a listener to events on a TaskBar.TrayIcon.

Version:
$Revision$
Author:
mpp

Method Summary
 void handleMouseEvent(TaskBar.TrayIcon icon, int event)
          Handle a mouse event in a tray icon.
 

Method Detail

handleMouseEvent

void handleMouseEvent(TaskBar.TrayIcon icon,
                      int event)
Handle a mouse event in a tray icon. Note that the thread that this is called from is unknown.

Parameters:
icon - The icon.
event - The mouse event. One of the Win32.WM_* constants.


Copyright © 2008 Commonwealth of Australia