freemind.modes.common.listeners
Class CommonNodeMouseMotionListener.timeDelayedSelection

java.lang.Object
  extended by java.util.TimerTask
      extended by freemind.modes.common.listeners.CommonNodeMouseMotionListener.timeDelayedSelection
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
CommonNodeMouseMotionListener

protected class CommonNodeMouseMotionListener.timeDelayedSelection
extends java.util.TimerTask


Method Summary
 void run()
          TimerTask method to enable the selection after a given time.
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

run

public void run()
TimerTask method to enable the selection after a given time.

Specified by:
run in interface java.lang.Runnable
Specified by:
run in class java.util.TimerTask