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

Quick Search    Search Deep

sd
Class SD_Chat  view SD_Chat download SD_Chat.java

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

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


Field Summary
private  java.lang.String message
           
private  java.lang.String userName
           
 
Constructor Summary
SD_Chat(java.lang.String un, java.lang.String m)
           
 
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

userName

private java.lang.String userName

message

private java.lang.String message
Constructor Detail

SD_Chat

public SD_Chat(java.lang.String un,
               java.lang.String m)
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