edu.cmu.sun.util
Class HoverEventAdapter

java.lang.Object
  extended by edu.cmu.sun.util.HoverEventAdapter

public class HoverEventAdapter
extends java.lang.Object


Nested Class Summary
static interface HoverEventAdapter.Listener
           
 class HoverEventAdapter.sendHover
           
 
Field Summary
private static int DEFAULT_HOVER_TIME
           
(package private)  HoverEventAdapter.Listener listener
           
(package private)  int time
           
(package private)  java.util.Timer timer
           
 
Constructor Summary
HoverEventAdapter(HoverEventAdapter.Listener listener)
           
HoverEventAdapter(HoverEventAdapter.Listener listener, int msec)
           
 
Method Summary
 java.lang.Class<LgEvent>[] getTargetEventClasses()
           
 void processEvent(LgEvent e)
           
private  void startTimer()
           
private  void stopTimer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_HOVER_TIME

private static final int DEFAULT_HOVER_TIME
See Also:
Constant Field Values

listener

HoverEventAdapter.Listener listener

time

int time

timer

java.util.Timer timer
Constructor Detail

HoverEventAdapter

public HoverEventAdapter(HoverEventAdapter.Listener listener)

HoverEventAdapter

public HoverEventAdapter(HoverEventAdapter.Listener listener,
                         int msec)
Method Detail

processEvent

public void processEvent(LgEvent e)

startTimer

private void startTimer()

stopTimer

private void stopTimer()

getTargetEventClasses

public java.lang.Class<LgEvent>[] getTargetEventClasses()