|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServerFileBrowserListener
An interface that must be extended to create your own listeners for ServerFileBrowser events. For details on the events that are supported by the ServerFileBrowser, please refer to the method descriptions below.
| Method Summary | |
|---|---|
void |
onCancel(Widget sender)
The method is called when the user clicks on the Cancel button on the server file browser. |
void |
onOk(Widget sender,
String path)
This method is called when the user clicks on the OK button on the server file browser after selecting (or not selecting) a file. |
| Method Detail |
|---|
void onOk(Widget sender,
String path)
sender - the sender of the eventpath - the full path name of the selected file/directory.void onCancel(Widget sender)
sender - the sender of the event.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||