[Java-gnome-developer] 'g_idle_add' and 'g_timeout_add' equivalents?
Brought to you by:
afcowie
From: Ernst B. <ern...@gm...> - 2009-06-08 15:02:28
|
Hi, I'm a student and for a project, I have to port a program written in C++ to Java. In that program, two calls are made: 'g_idle_add' and 'g_timeout_add' (see http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html). Does java-gnome have those functions? I can't find them in the API. Or is it possible to implement those features in a different way? Thanks for your help :-)! Ernst |