sim
Class UI.InsMouseListener

java.lang.Object
  |
  +--java.awt.event.MouseAdapter
        |
        +--sim.UI.InsMouseListener
All Implemented Interfaces:
java.util.EventListener, java.awt.event.MouseListener
Enclosing class:
UI

class UI.InsMouseListener
extends java.awt.event.MouseAdapter


Constructor Summary
(package private) UI.InsMouseListener()
           
 
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

UI.InsMouseListener

UI.InsMouseListener()
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