oogp2p.chat.IRs
Class ChatMessageIR

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

public class ChatMessageIR
extends ChatInfoReceived

ChatMessageIR.java Created: Tue Apr 22 22:20:13 2003

Version:
Author:

Field Summary
(package private)  java.lang.String myFrom
           
(package private)  java.net.InetAddress myFromIP
           
(package private)  java.lang.String myMessage
           
(package private)  java.lang.String myTo
           
(package private)  java.net.InetAddress myToIP
           
 
Fields inherited from class oogp2p.InfoReceived
myNettableReceiver, myNettableSender
 
Constructor Summary
  ChatMessageIR()
           
private ChatMessageIR(ChatNettable 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

myFrom

java.lang.String myFrom

myFromIP

java.net.InetAddress myFromIP

myTo

java.lang.String myTo

myToIP

java.net.InetAddress myToIP

myMessage

java.lang.String myMessage
Constructor Detail

ChatMessageIR

public ChatMessageIR()

ChatMessageIR

private ChatMessageIR(ChatNettable n)
Method Detail

isType

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

makeType

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

execute

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