|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jubula.rc.swing.swing.implclasses.EventListener
public class EventListener
This Listener waits for a condition in the AWT event queue. If this happens it calls notifyAll on the lock object.
Nested Class Summary | |
---|---|
static interface |
EventListener.Condition
Object that checks if a condition about an event is true or false |
Constructor Summary | |
---|---|
EventListener(org.eclipse.jubula.rc.common.listener.EventLock lock,
EventListener.Condition condition)
constructor |
Method Summary | |
---|---|
void |
eventDispatched(java.awt.AWTEvent event)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventListener(org.eclipse.jubula.rc.common.listener.EventLock lock, EventListener.Condition condition)
lock
- a lockcondition
- a conditionMethod Detail |
---|
public void eventDispatched(java.awt.AWTEvent event)
eventDispatched
in interface java.awt.event.AWTEventListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |