EVEDemo.ISChangeApplet
Class ISMaster.SymMouse

java.lang.Object
  |
  +--java.awt.event.MouseAdapter
        |
        +--EVEDemo.ISChangeApplet.ISMaster.SymMouse

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

(mostly generated by Visual Cafe)
listener for mouse clicks


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

ISMaster.SymMouse

ISMaster.SymMouse()
Method Detail

mouseClicked

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