|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.org.ownage.dmdirc.commandparser.Command
uk.org.ownage.dmdirc.commandparser.ServerCommand
uk.org.ownage.dmdirc.commandparser.commands.server.Join
public class Join
The join command allows users to join a channel, or a comma-seperated list of channels.
Field Summary |
---|
Fields inherited from class uk.org.ownage.dmdirc.commandparser.Command |
---|
arguments, arity, description, name, polyadic, show |
Constructor Summary | |
---|---|
Join()
Creates a new instance of Join |
Method Summary | |
---|---|
void |
execute(CommandWindow origin,
Server server,
java.lang.String... args)
Executes this command |
Methods inherited from class uk.org.ownage.dmdirc.commandparser.Command |
---|
getHelp, getName, getSignature, implodeArgs, showInHelp |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Join()
Method Detail |
---|
public void execute(CommandWindow origin, Server server, java.lang.String... args)
execute
in class ServerCommand
origin
- The frame in which this command was issuedserver
- The server object that this command is associated withargs
- The user supplied arguments
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |