com.valhalla.pluginmanager
Class PluginManagerPanel.MouseListener

java.lang.Object
  extended byjava.awt.event.MouseAdapter
      extended bycom.valhalla.pluginmanager.PluginManagerPanel.MouseListener
All Implemented Interfaces:
java.util.EventListener, java.awt.event.MouseListener
Enclosing class:
PluginManagerPanel

class PluginManagerPanel.MouseListener
extends java.awt.event.MouseAdapter

Listens for mouse events

Version:
1.0
Author:
Adam Olsen

Constructor Summary
(package private) PluginManagerPanel.MouseListener()
           
 
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, toString, wait, wait, wait
 

Constructor Detail

PluginManagerPanel.MouseListener

PluginManagerPanel.MouseListener()
Method Detail

mouseClicked

public void mouseClicked(java.awt.event.MouseEvent e)