net.sourceforge.doyen
Class EventFrame.DoyenListMouseListener

java.lang.Object
  extended byjava.awt.event.MouseAdapter
      extended bynet.sourceforge.doyen.EventFrame.DoyenListMouseListener
All Implemented Interfaces:
EventListener, MouseListener
Enclosing class:
EventFrame

private class EventFrame.DoyenListMouseListener
extends MouseAdapter


Constructor Summary
private EventFrame.DoyenListMouseListener()
           
 
Method Summary
private  void maybeShowPopup(MouseEvent e)
           
 void mousePressed(MouseEvent e)
           
 void mouseReleased(MouseEvent e)
           
 
Methods inherited from class java.awt.event.MouseAdapter
mouseClicked, mouseEntered, mouseExited
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventFrame.DoyenListMouseListener

private EventFrame.DoyenListMouseListener()
Method Detail

mousePressed

public void mousePressed(MouseEvent e)

mouseReleased

public void mouseReleased(MouseEvent e)

maybeShowPopup

private void maybeShowPopup(MouseEvent e)