Ontimize 5.2072EN

com.ontimize.windows.systray
Interface SystrayUtils.SystrayListener

All Superinterfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing interface:
SystrayUtils

public static interface SystrayUtils.SystrayListener
extends java.awt.event.ActionListener


Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void iconLeftClicked()
           
 void iconLeftDoubleClicked()
           
 

Method Detail

iconLeftClicked

public void iconLeftClicked()

iconLeftDoubleClicked

public void iconLeftDoubleClicked()

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

Ontimize