com.valhalla.jbother
Class BuddyList.MyAWTEventListener

java.lang.Object
  extended bycom.valhalla.jbother.BuddyList.MyAWTEventListener
All Implemented Interfaces:
java.awt.event.AWTEventListener, java.util.EventListener
Enclosing class:
BuddyList

public class BuddyList.MyAWTEventListener
extends java.lang.Object
implements java.awt.event.AWTEventListener

Listens for user input events. If JBother is set to go "Away" on idle, this will restart the idle timer.

Version:
1.0
Author:
Adam Olsen

Constructor Summary
BuddyList.MyAWTEventListener()
           
 
Method Summary
 void eventDispatched(java.awt.AWTEvent evt)
          Called by the event listener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuddyList.MyAWTEventListener

public BuddyList.MyAWTEventListener()
Method Detail

eventDispatched

public void eventDispatched(java.awt.AWTEvent evt)
Called by the event listener

Specified by:
eventDispatched in interface java.awt.event.AWTEventListener
Parameters:
evt - the event