gistoolkit.server.mapclient.command
Class PanCommand

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

public class PanCommand
extends BasicCommand
implements java.lang.Runnable

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


Constructor Summary
PanCommand(Client inClient)
          Creates new PanCommand
 
Method Summary
 void doDrawExecute(Drawer inDrawer)
          Called when the drawer completes
 void execute()
          Called when the command is executed.
 
Methods inherited from class gistoolkit.server.mapclient.command.BasicCommand
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
 
Methods inherited from interface java.lang.Runnable
run
 

Constructor Detail

PanCommand

public PanCommand(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

doDrawExecute

public void doDrawExecute(Drawer inDrawer)
Called when the drawer completes

Overrides:
doDrawExecute in class BasicCommand