edu.cmu.sun.util
Class HoverEventAdapter
java.lang.Object
edu.cmu.sun.util.HoverEventAdapter
public class HoverEventAdapter
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
HoverEventAdapter
public HoverEventAdapter(HoverEventAdapter.Listener listener)
HoverEventAdapter
public HoverEventAdapter(HoverEventAdapter.Listener listener,
int msec)
processEvent
public void processEvent(LgEvent e)
startTimer
private void startTimer()
stopTimer
private void stopTimer()
getTargetEventClasses
public java.lang.Class<LgEvent>[] getTargetEventClasses()