palmed.command
Class OpenCommand

java.lang.Object
  extended by palmed.command.OpenCommand
All Implemented Interfaces:
ICommand

public final class OpenCommand
extends java.lang.Object
implements ICommand

This class implements the 'open' command.

Version:
$Revision$ $Date$
Author:
Mathieu Champlon

Constructor Summary
OpenCommand(javax.microedition.lcdui.Display display, FileBrowser fileBrowser, IFileBrowserListener listener)
          Create an 'open' command.
 
Method Summary
 void execute()
          Execute the command.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenCommand

public OpenCommand(javax.microedition.lcdui.Display display,
                   FileBrowser fileBrowser,
                   IFileBrowserListener listener)
Create an 'open' command.

Parameters:
display - the display
fileBrowser - the file browser
listener - the file browser listener
Method Detail

execute

public void execute()
Execute the command.

Specified by:
execute in interface ICommand


Copyright © 2004-2006 PalmEd. All Rights Reserved.