oogp2p.chat
Class ChatFactory

java.lang.Object
  extended byoogp2p.Factories
      extended byoogp2p.chat.ChatFactory

public class ChatFactory
extends Factories

ChatFactory.java Created: Tue Apr 1 23:04:19 2003

Version:
Author:
OOGs

Field Summary
private  java.util.Vector myChatCommands
           
private  java.util.Vector myChatIRs
           
 
Constructor Summary
ChatFactory()
           
 
Method Summary
 InfoReceived makeInfoReceived(Nettable n)
           
 boolean matchesType(java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myChatIRs

private java.util.Vector myChatIRs

myChatCommands

private java.util.Vector myChatCommands
Constructor Detail

ChatFactory

public ChatFactory()
Method Detail

matchesType

public boolean matchesType(java.lang.Object obj)
Specified by:
matchesType in class Factories

makeInfoReceived

public InfoReceived makeInfoReceived(Nettable n)
Specified by:
makeInfoReceived in class Factories