Class SimpleClient

java.lang.Object
  extended bySimpleClient

public class SimpleClient
extends java.lang.Object

A simple class that just contains a main method to open a window to a camera, a recording, or a HTTP server.


Constructor Summary
SimpleClient()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleClient

public SimpleClient()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception