Uses of Interface
com.jniwrapper.win32.shell.TrayIconListener

Packages that use TrayIconListener
com.jniwrapper.win32.shell The com.jniwrapper.win32.shell package contains classes for Windows desktop integration. 
 

Uses of TrayIconListener in com.jniwrapper.win32.shell
 

Classes in com.jniwrapper.win32.shell that implement TrayIconListener
 class TrayIconMouseAdapter
           
 

Methods in com.jniwrapper.win32.shell with parameters of type TrayIconListener
 void TrayIcon.addTrayListener(TrayIconListener listener)
          Adds a specified tray icon listener.
 void TrayIcon.removeTrayListener(TrayIconListener listener)
          Removes a specified listener.