com.resilientedge.jockey.util.tooltray
Class DesktopIndicatorTest

java.lang.Object
  |
  +--com.resilientedge.jockey.util.tooltray.DesktopIndicatorTest
All Implemented Interfaces:
DesktopIndicatorListener

public class DesktopIndicatorTest
extends java.lang.Object
implements DesktopIndicatorListener


Constructor Summary
DesktopIndicatorTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void onDesktopIndicatorClicked(DesktopIndicator source)
          Called when a desktop indicator is clicked.
 void onMessage(DesktopIndicator source, int message)
          Called when an option is chosen from the indicator selection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DesktopIndicatorTest

public DesktopIndicatorTest()
Method Detail

main

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

onDesktopIndicatorClicked

public void onDesktopIndicatorClicked(DesktopIndicator source)
Description copied from interface: DesktopIndicatorListener
Called when a desktop indicator is clicked.
Specified by:
onDesktopIndicatorClicked in interface DesktopIndicatorListener

onMessage

public void onMessage(DesktopIndicator source,
                      int message)
Called when an option is chosen from the indicator selection.
Specified by:
onMessage in interface DesktopIndicatorListener


Copyright © 2001 Resilient Edge, Inc. All Rights Reserved.