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

Quick Search    Search Deep

sd
Class SD_AdminAdd  view SD_AdminAdd download SD_AdminAdd.java

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

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


Field Summary
private  java.lang.String text
           
 
Constructor Summary
SD_AdminAdd(java.lang.String txt)
           
 
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

text

private java.lang.String text
Constructor Detail

SD_AdminAdd

public SD_AdminAdd(java.lang.String txt)
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