|
|||||||||
| Home >> All >> [ sd overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
sd
Class SD_Rename

java.lang.Objectsd.SD_Rename
- All Implemented Interfaces:
- java.io.Serializable, SocketData
- public class SD_Rename
- extends java.lang.Object
- implements SocketData, java.io.Serializable
- extends java.lang.Object
| Field Summary | |
private java.lang.String |
newName
|
private java.lang.String |
oldName
|
| Constructor Summary | |
SD_Rename(java.lang.String on,
java.lang.String nn)
|
|
| 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 |
oldName
private java.lang.String oldName
newName
private java.lang.String newName
| Constructor Detail |
SD_Rename
public SD_Rename(java.lang.String on, java.lang.String nn)
| 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:
performActionin interfaceSocketData
|
|||||||||
| Home >> All >> [ sd overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
sd.SD_Rename