ij
Class SocketListener

java.lang.Object
  extended by ij.SocketListener
All Implemented Interfaces:
java.lang.Runnable

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

Runs commands sent to the port returned by ImageJ.getPort().

  Commands:
    open path (opens a file)
    macro path  (runs a macro file)
    run command-name  (runs an ImageJ menu command)
    eval macro  (evaluates a macro)
    user.dir path  (sets the current directory)


Constructor Summary
SocketListener()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocketListener

public SocketListener()
Method Detail

run

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