MID Profile

javax.microedition.lcdui
Interface Callable


public interface Callable

This interface is used by applications that want to get a method to be called in the same thread as event are called.


Method Summary
 void call()
          Called once per each callSerially.
 

Method Detail

call

public void call()
Called once per each callSerially. The method should return quickly.

MID Profile

Submit a comment or suggestion Version 0.9 of MID Profile Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road,Palo Alto, California, 94303, U.S.A. All Rights Reserved.