dip.judge.net
Class FlocImporter

java.lang.Object
  extended bydip.judge.net.FlocImporter
All Implemented Interfaces:
java.lang.Runnable

public class FlocImporter
extends java.lang.Object
implements java.lang.Runnable

Author:
Mannkind aka Dustin Brewer, Zach DelProposto FlocImporter: Imports games from floc.net. Designed as a Runnable so it can be threaded.

Nested Class Summary
static interface FlocImporter.FlocImportCallback
          This is the interface which defines the callback
 
Constructor Summary
FlocImporter(java.lang.String gameName, java.lang.String judgeName, OrderFactory orderFactory, FlocImporter.FlocImportCallback fic)
          Create a floc.net importer.
 
Method Summary
 void abort()
          Abort an in-progress FlocImporter that was started
 void run()
          Do the work (import text)
 void start()
          Start a FlocImporter in a new Thread.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlocImporter

public FlocImporter(java.lang.String gameName,
                    java.lang.String judgeName,
                    OrderFactory orderFactory,
                    FlocImporter.FlocImportCallback fic)
Create a floc.net importer. Null parameters are not accepted.

Method Detail

start

public void start()
Start a FlocImporter in a new Thread.


abort

public void abort()
Abort an in-progress FlocImporter that was started


run

public void run()
Do the work (import text)

Specified by:
run in interface java.lang.Runnable


Copyright 2002-2004 Zachary DelProposto / jDip Development Team. All Rights Reserved.