de.hattrickorganizer.logik
Class GebChecker

java.lang.Object
  extended by de.hattrickorganizer.logik.GebChecker
All Implemented Interfaces:
java.lang.Runnable

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

DOCUMENT ME!

Author:
thomas.werth

Constructor Summary
GebChecker()
          Creates a new instance of GebChecker
 
Method Summary
static boolean checkTWGeb()
          TODO Missing Method Documentation
static boolean checkVFGeb()
          TODO Missing Method Documentation
 int getSekunden()
          TODO Missing Method Documentation
 void run()
          TODO Missing Method Documentation
 void setDialog(javax.swing.JDialog frame)
          TODO Missing Method Documentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GebChecker

public GebChecker()
Creates a new instance of GebChecker

Method Detail

setDialog

public final void setDialog(javax.swing.JDialog frame)
TODO Missing Method Documentation

Parameters:
frame - TODO Missing Method Parameter Documentation

checkTWGeb

public static boolean checkTWGeb()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

checkVFGeb

public static boolean checkVFGeb()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

getSekunden

public final int getSekunden()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

run

public final void run()
TODO Missing Method Documentation

Specified by:
run in interface java.lang.Runnable