oogp2p.chat.commands
Class MultiChatCommand
java.lang.Object
oogp2p.InfoReceived
oogp2p.Command
oogp2p.chat.commands.ChatCommand
oogp2p.chat.commands.MultiChatCommand
- public class MultiChatCommand
- extends ChatCommand
MultiChatCommand.java
Created: Sun Apr 27 20:06:48 2003
- Version:
- Author:
- OOGs
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
commandName
private java.lang.String commandName
myCommandInfo
private java.lang.String myCommandInfo
MultiChatCommand
public MultiChatCommand()
MultiChatCommand
protected MultiChatCommand(Nettable n)
isType
public boolean isType(Nettable n)
- Overrides:
isType in class ChatCommand
makeType
public InfoReceived makeType(Nettable n)
- Overrides:
makeType in class ChatCommand
execute
public void execute()
- Overrides:
execute in class ChatCommand
parsePeers
public java.util.Vector parsePeers(AllPeers peers)
- Parses out the names of the people to chat with from the given
command line. Then returns a Veclor of Peer objecls.
sendInitNettable
private void sendInitNettable(Connection ct,
java.util.Vector peerInfo)