FileDocCategorySizeDatePackage
Waiter.javaAPI DocJ2ME CLDC 1.1233Wed Feb 05 15:55:58 GMT 2003com.sun.cldc.io

Waiter.java

/*
 * Copyright © 2003 Sun Microsystems, Inc. All rights reserved.
 * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
 */

package com.sun.cldc.io;

public class Waiter {

    public native static void waitForIO();
}