|
|||||||||
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.PropertyNotify
public final class PropertyNotify
X property notify event.
Field Summary | |
---|---|
int |
atom_id
|
static int |
CODE
|
static int |
DELETED
|
static int |
NEW_VALUE
|
int |
state
|
int |
time
|
int |
window_id
|
Constructor Summary | |
---|---|
PropertyNotify(Display display,
ResponseInputStream in)
|
Method Summary | |
---|---|
Atom |
atom(Display display)
|
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 static final int NEW_VALUE
public static final int DELETED
public int window_id
public int atom_id
public int time
public int state
Constructor Detail |
---|
public PropertyNotify(Display display, ResponseInputStream in)
Method Detail |
---|
public Atom atom(Display display)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |