de.cau.cs.kieler.klots.util
Class RemotePrintReceiver

java.lang.Object
  extended by java.lang.Thread
      extended by de.cau.cs.kieler.klots.util.RemotePrintReceiver
All Implemented Interfaces:
Runnable

public class RemotePrintReceiver
extends Thread

Rating red

Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
RemotePrintReceiver()
           
 
Method Summary
 void close()
           
 void destroy()
           
static boolean exists()
           
static RemotePrintReceiver getInstance()
           
 boolean isClosing()
           
 boolean isPaused()
           
 void pause()
           
 void proceed()
           
 void run()
          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.
 
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
 

Constructor Detail

RemotePrintReceiver

public RemotePrintReceiver()
Method Detail

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()