oogp2p.chat.IRs
Class ChatInfoReceived

java.lang.Object
  extended byoogp2p.InfoReceived
      extended byoogp2p.chat.IRs.ChatInfoReceived
Direct Known Subclasses:
ChatCloseIR, ChatInitIR, ChatMessageIR, MultiChatInitInfoIR, MultiChatInitIR, MultiChatMessageIR

public abstract class ChatInfoReceived
extends InfoReceived


Field Summary
 
Fields inherited from class oogp2p.InfoReceived
myNettableReceiver, myNettableSender
 
Constructor Summary
  ChatInfoReceived()
           
protected ChatInfoReceived(Nettable n)
           
 
Method Summary
abstract  void execute()
           
abstract  boolean isType(Nettable n)
           
abstract  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
 

Constructor Detail

ChatInfoReceived

public ChatInfoReceived()

ChatInfoReceived

protected ChatInfoReceived(Nettable n)
Method Detail

isType

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

makeType

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

execute

public abstract void execute()
Specified by:
execute in class InfoReceived