SOMA.mobilePlace
Class MobilePlaceConnectionCommand.UpdateMobilePlacePositionCommand

java.lang.Object
  extended bySOMA.network.connection.Command
      extended bySOMA.network.connection.QuickCommand
          extended bySOMA.mobilePlace.MobilePlaceConnectionCommand.UpdateMobilePlacePositionCommand
All Implemented Interfaces:
java.lang.Runnable, java.io.Serializable
Enclosing class:
MobilePlaceConnectionCommand

public static class MobilePlaceConnectionCommand.UpdateMobilePlacePositionCommand
extends QuickCommand

See Also:
Serialized Form

Field Summary
(package private)  PlaceID actualDomainID
           
 
Fields inherited from class SOMA.network.connection.Command
env, ReturnConnection
 
Constructor Summary
(package private) MobilePlaceConnectionCommand.UpdateMobilePlacePositionCommand(PlaceID actualDomainID)
           
 
Method Summary
 void run()
          Contiene la computazione che il comando deve svolgere.
 
Methods inherited from class SOMA.network.connection.QuickCommand
start
 
Methods inherited from class SOMA.network.connection.Command
Return, startOnError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

actualDomainID

PlaceID actualDomainID
Constructor Detail

MobilePlaceConnectionCommand.UpdateMobilePlacePositionCommand

MobilePlaceConnectionCommand.UpdateMobilePlacePositionCommand(PlaceID actualDomainID)
Method Detail

run

public void run()
Description copied from class: Command
Contiene la computazione che il comando deve svolgere.
Questo metodo astratto va definito nelle implementazioni concrete dei comandi.

Specified by:
run in interface java.lang.Runnable
Specified by:
run in class Command


Copyright © 2004 Luca Foschini