gnu.awt.xlib

Class XEventLoop

Implemented Interfaces:
Runnable

public class XEventLoop
extends Object
implements Runnable

Constructor Summary

XEventLoop(Display display, EventQueue queue)

Method Summary

void
flushIfIdle()
AWTEvent
getNextEvent(boolean block)
Get the next event.
void
run()

Methods inherited from class java.lang.Object

clone, equals, extends Object> getClass, finalize, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Details

XEventLoop

public XEventLoop(Display display,
                  EventQueue queue)

Method Details

flushIfIdle

public void flushIfIdle()

getNextEvent

public AWTEvent getNextEvent(boolean block)
Get the next event.
Parameters:
block - If true, block until an event becomes available

run

public void run()
Specified by:
run in interface Runnable

Copyright (C) 2000 Free Software Foundation This file is part of libgcj. This software is copyrighted work licensed under the terms of the Libgcj License. Please consult the file "LIBGCJ_LICENSE" for details.