com.valhalla.jbother.groupchat
Class GroupChatNickList.DoubleClickListener.TimerHandler

java.lang.Object
  extended bycom.valhalla.jbother.groupchat.GroupChatNickList.DoubleClickListener.TimerHandler
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
GroupChatNickList.DoubleClickListener

class GroupChatNickList.DoubleClickListener.TimerHandler
extends java.lang.Object
implements java.awt.event.ActionListener

The time is up, the double click is off


Constructor Summary
(package private) GroupChatNickList.DoubleClickListener.TimerHandler()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupChatNickList.DoubleClickListener.TimerHandler

GroupChatNickList.DoubleClickListener.TimerHandler()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener