de.cau.cs.kieler.klots.util
Class RemotePrintReceiver
java.lang.Object
java.lang.Thread
de.cau.cs.kieler.klots.util.RemotePrintReceiver
- All Implemented Interfaces:
- Runnable
public class RemotePrintReceiver
- extends Thread
- Rating

Methods inherited from class java.lang.Thread |
currentThread, getName, getPriority, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, setDaemon, setName, setPriority, sleep, start, yield |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemotePrintReceiver
public RemotePrintReceiver()
getInstance
public static RemotePrintReceiver getInstance()
- Returns:
- RemotePrintReceiver
run
public void run()
- Description copied from interface:
Runnable
- When an object implementing interface
Runnable
is used
to create a thread, starting the thread causes the object's
run
method to be called in that separately executing
thread.
- Specified by:
run
in interface Runnable
- Overrides:
run
in class Thread
exists
public static boolean exists()
- Returns:
- boolean
isPaused
public boolean isPaused()
- Returns:
- boolean
pause
public void pause()
proceed
public void proceed()
close
public void close()
isClosing
public boolean isClosing()
- Returns:
- boolean
destroy
public void destroy()