oogp2p.chat.IRs
Class ChatCloseIR

java.lang.Object
  extended byoogp2p.InfoReceived
      extended byoogp2p.chat.IRs.ChatInfoReceived
          extended byoogp2p.chat.IRs.ChatCloseIR

public class ChatCloseIR
extends ChatInfoReceived

Author:
sjg To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Field Summary
private  java.util.Vector thePeerInfo
           
private  Peer theSender
           
 
Fields inherited from class oogp2p.InfoReceived
myNettableReceiver, myNettableSender
 
Constructor Summary
  ChatCloseIR()
           
protected ChatCloseIR(ChatCloseNettable 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

theSender

private Peer theSender

thePeerInfo

private java.util.Vector thePeerInfo
Constructor Detail

ChatCloseIR

public ChatCloseIR()

ChatCloseIR

protected ChatCloseIR(ChatCloseNettable n)
Parameters:
n -
Method Detail

isType

public boolean isType(Nettable n)
Specified by:
isType in class ChatInfoReceived
See Also:
InfoReceived.isType(oogp2p.Nettable)

makeType

public InfoReceived makeType(Nettable n)
Specified by:
makeType in class ChatInfoReceived
See Also:
InfoReceived.makeType(oogp2p.Nettable)

execute

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