org.moyoman.client.reference
Class OpenGameDialog$1

java.lang.Object
  |
  +--java.awt.event.MouseAdapter
        |
        +--org.moyoman.client.reference.OpenGameDialog$1
All Implemented Interfaces:
EventListener, MouseListener

synchronized class OpenGameDialog$1
extends MouseAdapter


Constructor Summary
(package private) OpenGameDialog$1(OpenGameDialog)
           
 
Method Summary
 void mouseClicked(MouseEvent)
           
 
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

OpenGameDialog$1

OpenGameDialog$1(OpenGameDialog)
Method Detail

mouseClicked

public void mouseClicked(MouseEvent)
Specified by:
mouseClicked in interface MouseListener
Overrides:
mouseClicked in class MouseAdapter