|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use IResult | |
---|---|
palmed | Implements a text file editor MIDlet. |
palmed.command | Provides the set of commands for the application. |
Uses of IResult in palmed |
---|
Classes in palmed that implement IResult | |
---|---|
class |
Result
This class receives operation completion notifications. |
Constructors in palmed with parameters of type IResult | |
---|---|
FileOpenListener(IBufferManager manager,
IResult result)
Create a file open listener. |
|
FileSaveListener(IBufferManager manager,
IResult result)
Create a file save listener. |
Uses of IResult in palmed.command |
---|
Constructors in palmed.command with parameters of type IResult | |
---|---|
CloseCommand(javax.microedition.lcdui.Display display,
IBufferManager manager,
IResult result)
Create a close command. |
|
CloseConfirmationListener(IBufferManager manager,
IResult result)
Create a close confirmation listener. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |