|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectexample.obex.demo.GUIImageSender
final class GUIImageSender
Constructor Summary | |
---|---|
GUIImageSender(ObexDemoMIDlet parent)
Constructor initialize image list and sender form |
Method Summary | |
---|---|
void |
commandAction(javax.microedition.lcdui.Command c,
javax.microedition.lcdui.Displayable d)
Responds to commands issued on "client or server" form. |
(package private) void |
errorMessage()
Shows alert with error message |
(package private) void |
notReadyMessage()
Shows alert with "not ready" message |
(package private) void |
showImageList()
Shows list with image names to select one for sending to receiver |
(package private) void |
showProgress(java.lang.String label,
int maxValue)
Shows progress of image uploading |
(package private) void |
stop()
Stops Uploading process |
(package private) void |
stopMessage()
Shows alert with "stop" message |
(package private) void |
updateProgress(int value)
Update progress of image uploading |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
GUIImageSender(ObexDemoMIDlet parent)
Method Detail |
---|
public void commandAction(javax.microedition.lcdui.Command c, javax.microedition.lcdui.Displayable d)
commandAction
in interface javax.microedition.lcdui.CommandListener
c
- command object source of actiond
- screen object containing the item the action was performed onvoid showProgress(java.lang.String label, int maxValue)
void updateProgress(int value)
void showImageList()
void errorMessage()
void notReadyMessage()
void stopMessage()
void stop()
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |