|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectexample.bluetooth.demo.GUIImageServer
final class GUIImageServer
Allows to customize the images list to be published, creates the corresponding service record to describe this list and send the images to clients by request.
Constructor Summary | |
---|---|
GUIImageServer(DemoMIDlet parent)
Constructs images server GUI. |
Method Summary | |
---|---|
void |
commandAction(javax.microedition.lcdui.Command c,
javax.microedition.lcdui.Displayable d)
Process the command event. |
(package private) void |
completeInitialization(boolean isBTReady)
We have to provide this method due to "do not do network operation in command listener method" restriction, which is caused by crooked midp design. |
(package private) void |
destroy()
Destroys this component. |
(package private) java.lang.String |
getImageFileName(java.lang.String imgName)
Gets the image file name from its title (label). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
GUIImageServer(DemoMIDlet parent)
Method Detail |
---|
public void commandAction(javax.microedition.lcdui.Command c, javax.microedition.lcdui.Displayable d)
commandAction
in interface javax.microedition.lcdui.CommandListener
c
- - the issued command.d
- - the screen object the command was issued for.void completeInitialization(boolean isBTReady)
void destroy()
java.lang.String getImageFileName(java.lang.String imgName)
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |