siouxsie.desktop.commands.impl
Class StatusBarHoverListener

java.lang.Object
  extended by siouxsie.desktop.commands.impl.StatusBarHoverListener
All Implemented Interfaces:
java.util.EventListener, org.pietschy.command.HoverListener

public class StatusBarHoverListener
extends java.lang.Object
implements org.pietschy.command.HoverListener

Modify the status bar trailing text.

Version:
$Id$
Author:
Arnaud Cogoluegnes

Constructor Summary
StatusBarHoverListener()
           
 
Method Summary
 IStatusBar getStatusBar()
           
 void hoverEnded(org.pietschy.command.HoverEvent evt)
           
 void hoverStarted(org.pietschy.command.HoverEvent evt)
           
 void setStatusBar(IStatusBar statusBar)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusBarHoverListener

public StatusBarHoverListener()
Method Detail

getStatusBar

public IStatusBar getStatusBar()

setStatusBar

public void setStatusBar(IStatusBar statusBar)

hoverEnded

public void hoverEnded(org.pietschy.command.HoverEvent evt)
Specified by:
hoverEnded in interface org.pietschy.command.HoverListener

hoverStarted

public void hoverStarted(org.pietschy.command.HoverEvent evt)
Specified by:
hoverStarted in interface org.pietschy.command.HoverListener


Copyright © 2006-2008 null. All Rights Reserved.