Package edu.wpi.grip.core
Class Main
- java.lang.Object
-
- edu.wpi.grip.core.Main
-
public class Main extends java.lang.Object
Main driver class for headless mode.
-
-
Constructor Summary
Constructors Constructor Description Main()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
void
onExceptionClearedEvent(ExceptionClearedEvent event)
void
onExceptionEvent(ExceptionEvent event)
void
start(java.lang.String[] args)
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.io.IOException, java.lang.InterruptedException
- Throws:
java.io.IOException
java.lang.InterruptedException
-
start
public void start(java.lang.String[] args) throws java.io.IOException, java.lang.InterruptedException
- Throws:
java.io.IOException
java.lang.InterruptedException
-
onExceptionEvent
public final void onExceptionEvent(ExceptionEvent event)
-
onExceptionClearedEvent
public final void onExceptionClearedEvent(ExceptionClearedEvent event)
-
-