|
java-gnome version 4.1.2 | ||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Handler
Code to be run when the main loop is idle.
Method Summary | |
---|---|
boolean |
run()
Return false to indicate this handler is done. |
Method Detail |
---|
boolean run()
false
to indicate this handler is done. Return
true
if you want the handler to be re-invoked. Be aware
that as with normal signal handlers, your code is running in the main
thread, and is blocking the main loop from cycling.
|
![]() java-gnome |
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |