|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gnu.x11.event.Event gnu.x11.event.ClientMessage
public final class ClientMessage
X client message event.
Field Summary | |
---|---|
static int |
CODE
|
byte[] |
data
|
int |
type_atom_id
|
int |
window_id
|
Constructor Summary | |
---|---|
ClientMessage(Display display,
ResponseInputStream in)
Reading. |
Method Summary | |
---|---|
boolean |
delete_window()
|
int |
format()
|
int |
type_id()
|
Atom |
type()
|
int |
wm_data()
|
int |
wm_time()
|
Methods inherited from class gnu.x11.event.Event |
---|
code, seq_no, toString, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int CODE
public int window_id
public int type_atom_id
public byte[] data
Constructor Detail |
---|
public ClientMessage(Display display, ResponseInputStream in)
Method Detail |
---|
public int format()
public int type_id()
public int wm_data()
public int wm_time()
public boolean delete_window()
public Atom type()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |