anl.repast.gis.display
Class RepastMapMouseInterpreter.MouseTimerListener

java.lang.Object
  extended by anl.repast.gis.display.RepastMapMouseInterpreter.MouseTimerListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
RepastMapMouseInterpreter

protected class RepastMapMouseInterpreter.MouseTimerListener
extends java.lang.Object
implements java.awt.event.ActionListener

The definition of the listener that calls updateMouseMoved when the timer goes off.


Constructor Summary
protected RepastMapMouseInterpreter.MouseTimerListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ae)
           
 void setEvent(java.awt.event.MouseEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepastMapMouseInterpreter.MouseTimerListener

protected RepastMapMouseInterpreter.MouseTimerListener()
Method Detail

setEvent

public void setEvent(java.awt.event.MouseEvent e)

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent ae)
Specified by:
actionPerformed in interface java.awt.event.ActionListener