org.gjt.universe.gui
Class GUIFactoryJFC.MouseClicked

java.lang.Object
  |
  +--java.awt.event.MouseAdapter
        |
        +--org.gjt.universe.gui.GUIFactoryJFC.MouseClicked
All Implemented Interfaces:
java.util.EventListener, java.awt.event.MouseListener
Enclosing class:
GUIFactoryJFC

private class GUIFactoryJFC.MouseClicked
extends java.awt.event.MouseAdapter


Constructor Summary
private GUIFactoryJFC.MouseClicked()
           
 
Method Summary
 void mouseClicked(java.awt.event.MouseEvent e)
           
 
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

GUIFactoryJFC.MouseClicked

private GUIFactoryJFC.MouseClicked()
Method Detail

mouseClicked

public void mouseClicked(java.awt.event.MouseEvent e)
Specified by:
mouseClicked in interface java.awt.event.MouseListener
Overrides:
mouseClicked in class java.awt.event.MouseAdapter


Copyright © 2001 Universe Dev Team All Rights Reserved.