Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

sd
Class SD_Log  view SD_Log download SD_Log.java

java.lang.Object
  extended bysd.SD_Log
All Implemented Interfaces:
java.io.Serializable, SocketData

public class SD_Log
extends java.lang.Object
implements SocketData, java.io.Serializable


Field Summary
private  boolean start
           
 
Constructor Summary
SD_Log()
           
SD_Log(boolean s)
           
 
Method Summary
 void performAction(SocketConnection sc)
          This method is what calls the aproprate functions on the recieving end of the socket
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

private boolean start
Constructor Detail

SD_Log

public SD_Log(boolean s)

SD_Log

public SD_Log()
Method Detail

performAction

public void performAction(SocketConnection sc)
Description copied from interface: SocketData
This method is what calls the aproprate functions on the recieving end of the socket

Specified by:
performAction in interface SocketData