ws.gui
Class GuiGeneration.OutputMouseAdapter

java.lang.Object
  extended byjava.awt.event.MouseAdapter
      extended byws.gui.GuiGeneration.OutputMouseAdapter
All Implemented Interfaces:
java.util.EventListener, java.awt.event.MouseListener
Enclosing class:
GuiGeneration

private class GuiGeneration.OutputMouseAdapter
extends java.awt.event.MouseAdapter

This class extends the class MouseAdapter.

Author:
Sinian Zhang

Constructor Summary
private GuiGeneration.OutputMouseAdapter()
           
 
Method Summary
 void mousePressed(java.awt.event.MouseEvent event)
          Over-writes the inherited method mousePressed.
 
Methods inherited from class java.awt.event.MouseAdapter
mouseClicked, mouseEntered, mouseExited, mouseReleased
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuiGeneration.OutputMouseAdapter

private GuiGeneration.OutputMouseAdapter()
Method Detail

mousePressed

public void mousePressed(java.awt.event.MouseEvent event)
Over-writes the inherited method mousePressed.