EVEDemo.MKBVKBApplet
Class mkbFrame.SymMouse

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

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

(generated by Visual Cafe)
Sets up a mouse click listener


Constructor Summary
(package private) mkbFrame.SymMouse()
           
 
Method Summary
 void mouseClicked(java.awt.event.MouseEvent event)
          Catches mouse clicks
 
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

mkbFrame.SymMouse

mkbFrame.SymMouse()
Method Detail

mouseClicked

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