net.minecraft.network.rcon
Class RConThreadBase

java.lang.Object
  extended by net.minecraft.network.rcon.RConThreadBase
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
RConThreadClient, RConThreadMain, RConThreadQuery

public abstract class RConThreadBase
extends Object
implements Runnable


Method Summary
 boolean isRunning()
          Returns true if the Thread is running, false otherwise
 void startThread()
          Creates a new Thread object from this class and starts running
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

startThread

public void startThread()
Creates a new Thread object from this class and starts running


isRunning

public boolean isRunning()
Returns true if the Thread is running, false otherwise