com.partnersoft.v3x.apps.MapBrowser
Class MapControlSocket

java.lang.Object
  extended by com.partnersoft.v3x.apps.MapBrowser.MapControlSocket
All Implemented Interfaces:
java.lang.Runnable

public class MapControlSocket
extends java.lang.Object
implements java.lang.Runnable

A socket that accepts requests to orient the map display.


Constructor Summary
MapControlSocket(MapApp mapApp)
           
MapControlSocket(MapApp mapApp, int port)
           
 
Method Summary
 java.lang.String getAddress()
           
 int getPort()
           
 void run()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapControlSocket

public MapControlSocket(MapApp mapApp)
                 throws java.io.IOException
Throws:
java.io.IOException

MapControlSocket

public MapControlSocket(MapApp mapApp,
                        int port)
                 throws java.io.IOException
Throws:
java.io.IOException
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

stop

public void stop()

getPort

public int getPort()

getAddress

public java.lang.String getAddress()