gistoolkit.server.mapclient.command
Class PalletCommand

java.lang.Object
  extended bygistoolkit.server.mapclient.command.BasicCommand
      extended bygistoolkit.server.mapclient.command.PalletCommand
All Implemented Interfaces:
Command, java.lang.Runnable

public class PalletCommand
extends BasicCommand

Used to tell the interface to draw in Pan mode, and to update the extents of the map Once they do.


Constructor Summary
PalletCommand(Client inClient)
          Creates new PanCommand
 
Method Summary
 void execute()
          Called when the command is executed.
 
Methods inherited from class gistoolkit.server.mapclient.command.BasicCommand
doDrawExecute, drawexecute, getClient, getCommandName, run, setClient, setCommandName, showError, showException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PalletCommand

public PalletCommand(Client inClient)
Creates new PanCommand

Method Detail

execute

public void execute()
Called when the command is executed.

Specified by:
execute in interface Command
Specified by:
execute in class BasicCommand