gnu.gcj.xlib

Class XEvent

Known Direct Subclasses:
XButtonEvent, XConfigureEvent, XExposeEvent, XUnmapEvent

public class XEvent
extends Object

Base class for interpreters of specific X event types. For methods concerning all X events, see XAnyEvent.

Constructor Summary

XEvent(XAnyEvent event)
XEvent(int type, Display display)

Method Summary

XAnyEvent
getXAnyEvent()
String
toString()

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Details

XEvent

public XEvent(XAnyEvent event)

XEvent

public XEvent(int type,
              Display display)

Method Details

getXAnyEvent

public XAnyEvent getXAnyEvent()

toString

public String toString()
Overrides:
toString in interface Object

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.