PTLog Demo - 1.0

basic.client
Class Client

java.lang.Object
  extended bybasic.client.Client

public class Client
extends java.lang.Object


Field Summary
static jp.ne.dti.lares.foozy.ptlog.LogTap TAP
           
 
Constructor Summary
Client()
           
 
Method Summary
 void doSomething()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAP

public static final jp.ne.dti.lares.foozy.ptlog.LogTap TAP
Constructor Detail

Client

public Client()
Method Detail

doSomething

public void doSomething()

main

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

PTLog Demo - 1.0