com.tootsville.npc
Class God

java.lang.Object
  extended by com.tootsville.npc.God
All Implemented Interfaces:
ITaskHandler

public class God
extends Object
implements ITaskHandler

WRITEME: The documentation for this type (God) is incomplete. (brpocock, Aug 20, 2009)

Author:
brpocock

Field Summary
private  OsirisSFSExtension osiris
           
private  User sfsUser
           
private  User user
           
 
Constructor Summary
God(OsirisSFSExtension osirisSFSExtension)
           
 
Method Summary
 void doTask(Task arg0)
           
 User getSFSUser()
          WRITEME: document this method (brpocock, Aug 20, 2009)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

osiris

private final OsirisSFSExtension osiris

sfsUser

private final User sfsUser

user

private final User user
Constructor Detail

God

public God(OsirisSFSExtension osirisSFSExtension)
    throws NotFoundException
Parameters:
osirisSFSExtension -
Throws:
NotFoundException
Method Detail

doTask

public void doTask(Task arg0)
            throws Exception
Specified by:
doTask in interface ITaskHandler
Throws:
Exception
See Also:
ITaskHandler.doTask(it.gotoandplay.smartfoxserver.util.scheduling.Task)

getSFSUser

public User getSFSUser()
WRITEME: document this method (brpocock, Aug 20, 2009)

Returns: