gui
Class ChatFrame.ComboListener

java.lang.Object
  |
  +--gui.ChatFrame.ComboListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.PopupMenuListener
Enclosing class:
ChatFrame

class ChatFrame.ComboListener
extends java.lang.Object
implements javax.swing.event.PopupMenuListener

Lyssnare till online-rullgardinen.


Constructor Summary
(package private) ChatFrame.ComboListener()
           
 
Method Summary
 void popupMenuCanceled(javax.swing.event.PopupMenuEvent e)
          Ärvd från Interface.
 void popupMenuWillBecomeInvisible(javax.swing.event.PopupMenuEvent e)
          Ärvd från Interface.
 void popupMenuWillBecomeVisible(javax.swing.event.PopupMenuEvent e)
          Ärvd från Interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChatFrame.ComboListener

ChatFrame.ComboListener()
Method Detail

popupMenuCanceled

public void popupMenuCanceled(javax.swing.event.PopupMenuEvent e)
Ärvd från Interface.

Specified by:
popupMenuCanceled in interface javax.swing.event.PopupMenuListener
Parameters:
e - typ av händelse.

popupMenuWillBecomeInvisible

public void popupMenuWillBecomeInvisible(javax.swing.event.PopupMenuEvent e)
Ärvd från Interface.

Specified by:
popupMenuWillBecomeInvisible in interface javax.swing.event.PopupMenuListener
Parameters:
e - typ av händelse.

popupMenuWillBecomeVisible

public void popupMenuWillBecomeVisible(javax.swing.event.PopupMenuEvent e)
Ärvd från Interface.

Specified by:
popupMenuWillBecomeVisible in interface javax.swing.event.PopupMenuListener
Parameters:
e - typ av händelse.