|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ImageConsumer
Defines the interface of any object which needs images.
history
05-Jan-2004 - rob creation
| Method Summary | |
|---|---|
void |
setImage(java.lang.String name,
javax.microedition.lcdui.Image image)
sets the image which has been loaded in the background. |
| Method Detail |
|---|
void setImage(java.lang.String name,
javax.microedition.lcdui.Image image)
name - the name of the image.
This allows the image-consumer to differentiate between several images.image - the image which was loaded in the background thread.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||