2003/10/13 01:00:41
[org.ibex.core.git] / src / org / xwt / Platform.java
index 3ac3106..0ca55b9 100644 (file)
@@ -312,7 +312,9 @@ public class Platform {
 
         return cachedProxyInfo;
     }
-
+    
+    public static void running() { platform._running(); }
+    public void _running() { new Semaphore().block(); }
 }