org.placelab.stumbler.smallgui
Class Stumbler
java.lang.Object
org.placelab.stumbler.smallgui.Stumbler
- public class Stumbler
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Stumbler
public Stumbler()
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)