org.deegree.tools.crs.georeferencing.application.listeners
Class FootprintMouseListener

java.lang.Object
  extended by java.awt.event.MouseAdapter
      extended by org.deegree.tools.crs.georeferencing.application.listeners.FootprintMouseListener
All Implemented Interfaces:
MouseListener, MouseMotionListener, MouseWheelListener, EventListener

public class FootprintMouseListener
extends MouseAdapter

Controls the MouseListener

Version:
$Revision: 31688 $, $Date: 2011-08-30 15:05:12 +0200 (Tue, 30 Aug 2011) $
Author:
Steffen Thomas, last edited by: $Author: mschneider $

Constructor Summary
FootprintMouseListener(ApplicationState state)
           
 
Method Summary
 void mouseEntered(MouseEvent m)
           
 void mouseExited(MouseEvent m)
           
 void mousePressed(MouseEvent m)
           
 void mouseReleased(MouseEvent m)
           
 
Methods inherited from class java.awt.event.MouseAdapter
mouseClicked, mouseDragged, mouseMoved, mouseWheelMoved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FootprintMouseListener

public FootprintMouseListener(ApplicationState state)
Method Detail

mouseEntered

public void mouseEntered(MouseEvent m)
Specified by:
mouseEntered in interface MouseListener
Overrides:
mouseEntered in class MouseAdapter

mouseExited

public void mouseExited(MouseEvent m)
Specified by:
mouseExited in interface MouseListener
Overrides:
mouseExited in class MouseAdapter

mousePressed

public void mousePressed(MouseEvent m)
Specified by:
mousePressed in interface MouseListener
Overrides:
mousePressed in class MouseAdapter

mouseReleased

public void mouseReleased(MouseEvent m)
Specified by:
mouseReleased in interface MouseListener
Overrides:
mouseReleased in class MouseAdapter


Copyright © 2011. All Rights Reserved.