org.openuat.apps.util
Class TrayIconHelper

java.lang.Object
  extended by java.util.TimerTask
      extended by org.openuat.apps.util.TrayIconHelper
All Implemented Interfaces:
java.awt.event.ActionListener, java.lang.Runnable, java.util.EventListener

public class TrayIconHelper
extends java.util.TimerTask
implements java.awt.event.ActionListener


Constructor Summary
TrayIconHelper()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
static void main(java.lang.String[] args)
           
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrayIconHelper

public TrayIconHelper()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Specified by:
run in class java.util.TimerTask

main

public static void main(java.lang.String[] args)

actionPerformed

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


2005-2006, Rene Mayrhofer.