com.resilientedge.jockey.util.tooltray
Interface DesktopIndicatorListener

All Known Implementing Classes:
Boot, DesktopIndicatorTest

public interface DesktopIndicatorListener

Implemented by listeners on desktop indicators.


Method Summary
 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.
 

Method Detail

onDesktopIndicatorClicked

public void onDesktopIndicatorClicked(DesktopIndicator source)
Called when a desktop indicator is clicked.

onMessage

public void onMessage(DesktopIndicator source,
                      int message)
Called when an option is chosen from the indicator selection.


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