org.placelab.stumbler.smallgui
Class Stumbler

java.lang.Object
  extended byorg.placelab.stumbler.smallgui.Stumbler

public class Stumbler
extends java.lang.Object


Constructor Summary
Stumbler()
           
 
Method Summary
 void addSpotter(Spotter s)
           
 java.lang.String getLogFile()
           
 Receiver getReceiver(java.lang.Class spotterClass)
           
 java.util.Enumeration getReceivers()
           
 Spotter getSpotter(java.lang.Class c)
           
 java.util.Enumeration getSpotters()
           
static Stumbler getStumbler()
           
 boolean isStumbling()
           
static void main(java.lang.String[] args)
           
 void newLog()
           
 void openLog(java.lang.String path)
           
 void saveLog(java.lang.String path)
           
 void saveLogAs(java.lang.String path)
           
 void shutdown()
           
 void startStumbling()
           
 void stopStumbling()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stumbler

public Stumbler()
Method Detail

getStumbler

public static Stumbler getStumbler()

addSpotter

public void addSpotter(Spotter s)

getSpotter

public Spotter getSpotter(java.lang.Class c)

getSpotters

public java.util.Enumeration getSpotters()

getReceivers

public java.util.Enumeration getReceivers()

getReceiver

public Receiver getReceiver(java.lang.Class spotterClass)

startStumbling

public void startStumbling()

stopStumbling

public void stopStumbling()

isStumbling

public boolean isStumbling()

newLog

public void newLog()
            throws java.io.IOException
Throws:
java.io.IOException

openLog

public void openLog(java.lang.String path)
             throws java.io.IOException
Throws:
java.io.IOException

saveLog

public void saveLog(java.lang.String path)
             throws java.io.IOException
Throws:
java.io.IOException

saveLogAs

public void saveLogAs(java.lang.String path)
               throws java.io.IOException
Throws:
java.io.IOException

getLogFile

public java.lang.String getLogFile()

shutdown

public void shutdown()

main

public static void main(java.lang.String[] args)