com.artima.cyberspace.ui
Class IconPlaceJFrame.ClickListener

java.lang.Object
  |
  +--java.awt.event.MouseAdapter
        |
        +--com.artima.cyberspace.ui.IconPlaceJFrame.ClickListener
Enclosing class:
IconPlaceJFrame

private static class IconPlaceJFrame.ClickListener
extends java.awt.event.MouseAdapter


Field Summary
(package private)  net.artima.place.Link link
           
 
Constructor Summary
IconPlaceJFrame.ClickListener(net.artima.place.Link link)
           
 
Method Summary
 void mouseClicked(java.awt.event.MouseEvent e)
           
 
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
 

Field Detail

link

net.artima.place.Link link
Constructor Detail

IconPlaceJFrame.ClickListener

public IconPlaceJFrame.ClickListener(net.artima.place.Link link)
Method Detail

mouseClicked

public void mouseClicked(java.awt.event.MouseEvent e)
Overrides:
mouseClicked in class java.awt.event.MouseAdapter