oogp2p.file.IRs
Class FileListingIR

java.lang.Object
  extended byoogp2p.InfoReceived
      extended byoogp2p.file.IRs.FileInfoReceived
          extended byoogp2p.file.IRs.FileListingIR

public class FileListingIR
extends FileInfoReceived

FileListingCommand.java Given a FileListingNettable, displays the file listing. Created: Tue Apr 8 19:14:40 2003

Version:
Author:
OOGs

Field Summary
private  java.io.File myFiles
           
 
Fields inherited from class oogp2p.InfoReceived
myNettableReceiver, myNettableSender
 
Constructor Summary
  FileListingIR()
           
private FileListingIR(Nettable n)
           
 
Method Summary
 void execute()
           
 boolean isType(Nettable n)
           
 InfoReceived makeType(Nettable n)
           
 
Methods inherited from class oogp2p.InfoReceived
getNettableReceiver, getNettableSender
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myFiles

private java.io.File myFiles
Constructor Detail

FileListingIR

public FileListingIR()

FileListingIR

private FileListingIR(Nettable n)
Method Detail

isType

public boolean isType(Nettable n)
Specified by:
isType in class FileInfoReceived

makeType

public InfoReceived makeType(Nettable n)
Specified by:
makeType in class FileInfoReceived

execute

public void execute()
Specified by:
execute in class FileInfoReceived