EVEDemo.MKBVKBApplet
Class vkbFrame.SymMouse

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

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

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


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

vkbFrame.SymMouse

vkbFrame.SymMouse()
Method Detail

mouseClicked

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