|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpalmed.FileOverwriteListener
public final class FileOverwriteListener
This class wraps a file browser listener to prompt the user for confirmation.
Constructor Summary | |
---|---|
FileOverwriteListener(javax.microedition.lcdui.Display display,
javax.microedition.lcdui.Displayable next,
IFileBrowserListener listener)
Create a file overwrite listener. |
Method Summary | |
---|---|
void |
select(IFile file)
Notify about a file selection. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileOverwriteListener(javax.microedition.lcdui.Display display, javax.microedition.lcdui.Displayable next, IFileBrowserListener listener)
display
- the displaynext
- the displayable to show upon cancelationlistener
- the wrapped listenerMethod Detail |
---|
public void select(IFile file)
select
in interface IFileBrowserListener
file
- the selected file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |