com.melloware.jukes.tray
Class JukesTrayMouseAdapter

java.lang.Object
  extended by java.awt.event.MouseAdapter
      extended by com.melloware.jukes.tray.JukesTrayMouseAdapter
All Implemented Interfaces:
java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.awt.event.MouseWheelListener, java.util.EventListener

public class JukesTrayMouseAdapter
extends java.awt.event.MouseAdapter

Listens for all mouse events on the Tray Icon.

Copyright (c) 1999-2007 Melloware, Inc.

Version:
4.0
Author:
Emil A. Lefkof III

Constructor Summary
JukesTrayMouseAdapter(JukesTrayIcon aTrayIcon, javax.swing.JPopupMenu aJpopupMenu)
          Default constructor.
 
Method Summary
 void mousePressed(java.awt.event.MouseEvent evt)
           
 
Methods inherited from class java.awt.event.MouseAdapter
mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mouseReleased, mouseWheelMoved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JukesTrayMouseAdapter

public JukesTrayMouseAdapter(JukesTrayIcon aTrayIcon,
                             javax.swing.JPopupMenu aJpopupMenu)
Default constructor.

Parameters:
aTrayIcon - the parent of this adapter to allow
Method Detail

mousePressed

public void mousePressed(java.awt.event.MouseEvent evt)
Specified by:
mousePressed in interface java.awt.event.MouseListener
Overrides:
mousePressed in class java.awt.event.MouseAdapter


Copyright © 1999-2008 Melloware Inc. All Rights Reserved.