EVEDemo.MKBVKBApplet
Class relExtentFrame.SymMouse

java.lang.Object
  |
  +--java.awt.event.MouseAdapter
        |
        +--EVEDemo.MKBVKBApplet.relExtentFrame.SymMouse

class relExtentFrame.SymMouse
extends java.awt.event.MouseAdapter

(mostly generated by Visual Cafe)
sets up listener for mouse clicks


Constructor Summary
(package private) relExtentFrame.SymMouse()
           
 
Method Summary
 void mouseClicked(java.awt.event.MouseEvent event)
          catches mouse click
 
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, registerNatives, toString, wait, wait, wait
 

Constructor Detail

relExtentFrame.SymMouse

relExtentFrame.SymMouse()
Method Detail

mouseClicked

public void mouseClicked(java.awt.event.MouseEvent event)
catches mouse click
Overrides:
mouseClicked in class java.awt.event.MouseAdapter