de.uni_paderborn.fujaba.fsa.swing
Class JEgg.EggMouseListener

java.lang.Object
  extended byjava.awt.event.MouseAdapter
      extended byde.uni_paderborn.fujaba.fsa.swing.JEgg.EggMouseListener
All Implemented Interfaces:
java.util.EventListener, java.awt.event.MouseListener
Enclosing class:
JEgg

public static class JEgg.EggMouseListener
extends java.awt.event.MouseAdapter

This key listener listens for a triple click and adds the EggKeyListener to a given component if a triple click has been found

Version:
$Revision: 1.17 $
Author:
$Author: schneider $

Constructor Summary
JEgg.EggMouseListener()
           
 
Method Summary
 void mouseClicked(java.awt.event.MouseEvent e)
          Adds the EggKeyListener to the Component specified in the constructor if a triple click was found
 
Methods inherited from class java.awt.event.MouseAdapter
mouseEntered, mouseExited, mousePressed, mouseReleased
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JEgg.EggMouseListener

public JEgg.EggMouseListener()
Method Detail

mouseClicked

public void mouseClicked(java.awt.event.MouseEvent e)
Adds the EggKeyListener to the Component specified in the constructor if a triple click was found

Parameters:
e - No description provided