org.starhope.appius.services
Class ClodiaSecunda

java.lang.Object
  extended by java.lang.Thread
      extended by org.starhope.appius.services.Clodia
          extended by org.starhope.appius.services.ClodiaSecunda
All Implemented Interfaces:
Comparable<Thread>, Runnable

public class ClodiaSecunda
extends Clodia

WRITEME: Document this type.

Author:
brpocock@star-hope.org

Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class org.starhope.appius.services.Clodia
myUser
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ClodiaSecunda(AbstractNonPlayerCharacter who, Thread parentThread)
          WRITEME: Document this constructor brpocock@star-hope.org
 
Method Summary
 void sendList(String whichList, List<UserListEntry> users)
          WRITEME: Document this method brpocock@star-hope.org
 
Methods inherited from class org.starhope.appius.services.Clodia
compareTo, equals, hashCode, quit, readyToGiveUp, run
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClodiaSecunda

public ClodiaSecunda(AbstractNonPlayerCharacter who,
                     Thread parentThread)
WRITEME: Document this constructor brpocock@star-hope.org

Parameters:
who - WRITEME
parentThread - WRITEME
Method Detail

sendList

public void sendList(String whichList,
                     List<UserListEntry> users)
WRITEME: Document this method brpocock@star-hope.org

Overrides:
sendList in class Clodia
Parameters:
whichList - the list name
users - the users to add/change