org.globus.cog.gridface.impl.desktop.listener
Class DesktopListener

java.lang.Object
  extended byorg.globus.cog.gridface.impl.desktop.listener.DesktopListener
All Implemented Interfaces:
EventListener, MouseListener

public class DesktopListener
extends Object
implements MouseListener


Constructor Summary
DesktopListener()
           
 
Method Summary
 void mouseClicked(MouseEvent e)
          Deselect all icons on desktop when the mouse button has been clicked (pressed and released) on the desktop.
 void mouseEntered(MouseEvent e)
           
 void mouseExited(MouseEvent e)
           
 void mousePressed(MouseEvent e)
           
 void mouseReleased(MouseEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DesktopListener

public DesktopListener()
Method Detail

mouseClicked

public void mouseClicked(MouseEvent e)
Deselect all icons on desktop when the mouse button has been clicked (pressed and released) on the desktop.

Specified by:
mouseClicked in interface MouseListener

mouseReleased

public void mouseReleased(MouseEvent e)
Specified by:
mouseReleased in interface MouseListener

mouseEntered

public void mouseEntered(MouseEvent e)
Specified by:
mouseEntered in interface MouseListener

mouseExited

public void mouseExited(MouseEvent e)
Specified by:
mouseExited in interface MouseListener

mousePressed

public void mousePressed(MouseEvent e)
Specified by:
mousePressed in interface MouseListener