SOMA.mobilePlace
Class MobilePlaceManagerExplorerItem

java.lang.Object
  extended bySOMA.explorer.ExplorerItem
      extended bySOMA.mobilePlace.MobilePlaceManagerExplorerItem
All Implemented Interfaces:
java.io.Serializable

public class MobilePlaceManagerExplorerItem
extends ExplorerItem

Voce di menu per la gestione di un MPM.

Author:
Livio Profiri
See Also:
Serialized Form

Field Summary
(package private)  MobilePlaceManager mpm
           
 
Fields inherited from class SOMA.explorer.ExplorerItem
Syntax
 
Constructor Summary
MobilePlaceManagerExplorerItem(MobilePlaceManager mpm)
          Costruttore.
 
Method Summary
 java.lang.Object Execute(java.util.Collection Parameters, java.io.PrintStream out)
          Esegue la voce di menu con i parametri specificati.
 
Methods inherited from class SOMA.explorer.ExplorerItem
Execute, getSyntax, Help, Help, setSyntax, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

mpm

MobilePlaceManager mpm
Constructor Detail

MobilePlaceManagerExplorerItem

public MobilePlaceManagerExplorerItem(MobilePlaceManager mpm)
Costruttore.

Method Detail

Execute

public java.lang.Object Execute(java.util.Collection Parameters,
                                java.io.PrintStream out)
Description copied from class: ExplorerItem
Esegue la voce di menu con i parametri specificati. Questo e' il metodo che va ridefinito per creare un ExplorerItem non astratto. Esempio: LoadExplorerItem

Specified by:
Execute in class ExplorerItem
Parameters:
Parameters - parametri da utilizzare nell'esecuzione.
out - PrintStream a cui inviare l'output.
Returns:
un Object risultato della computazione eseguita.


Copyright © 2004 Luca Foschini