de.uni_paderborn.fujaba.app.action
Class CompileRunMouseListener

java.lang.Object
  extended byjava.awt.event.MouseAdapter
      extended byde.uni_paderborn.fujaba.app.action.CompileRunMouseListener
All Implemented Interfaces:
java.util.EventListener, java.awt.event.MouseListener

public class CompileRunMouseListener
extends java.awt.event.MouseAdapter

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.11 $
Author:
$Author: lowende $

Field Summary
private static org.apache.log4j.Logger log
          log4j logging
 
Constructor Summary
CompileRunMouseListener()
           
 
Method Summary
 void mouseClicked(java.awt.event.MouseEvent event)
          No comment provided by developer, please add a comment to improve documentation.
 
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
 

Field Detail

log

private static final transient org.apache.log4j.Logger log
log4j logging

Constructor Detail

CompileRunMouseListener

public CompileRunMouseListener()
Method Detail

mouseClicked

public void mouseClicked(java.awt.event.MouseEvent event)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
event - No description provided