|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttcl.lang.Notifier
public class Notifier
Constructor Summary | |
---|---|
Notifier()
|
Method Summary | |
---|---|
void |
deleteEvents(EventDeleter deleter)
|
int |
doOneEvent(int flags)
|
static Notifier |
getNotifierForThread(java.lang.Thread thread)
|
void |
preserve()
|
void |
queueEvent(TclEvent evt,
int position)
|
void |
release()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Notifier()
Method Detail |
---|
public static Notifier getNotifierForThread(java.lang.Thread thread)
public void preserve()
public void release()
public void queueEvent(TclEvent evt, int position)
public void deleteEvents(EventDeleter deleter)
public int doOneEvent(int flags)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |