org.hardtokenmgmt.admin.ui.panels
Class SystemTray

java.lang.Object
  extended by org.hardtokenmgmt.admin.ui.panels.SystemTray
All Implemented Interfaces:
java.util.Observer

public class SystemTray
extends java.lang.Object
implements java.util.Observer

Version:
$Id$
Author:
Philip Vendil 22 feb 2009

Constructor Summary
SystemTray(javax.swing.JFrame frame)
           
 
Method Summary
 void update(java.util.Observable o, java.lang.Object infos)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemTray

public SystemTray(javax.swing.JFrame frame)
Method Detail

update

public void update(java.util.Observable o,
                   java.lang.Object infos)
Specified by:
update in interface java.util.Observer