com.uwyn.drone.core.modulemessages
Class ChannelCommand

java.lang.Object
  extended bycom.uwyn.drone.core.modulemessages.ChannelCommand
All Implemented Interfaces:
ModuleMessage

public class ChannelCommand
extends Object
implements ModuleMessage


Constructor Summary
ChannelCommand(ServerMessage serverMessage, Channel channel, String command, String arguments)
           
 
Method Summary
 void execute(Bot bot, Module module)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelCommand

public ChannelCommand(ServerMessage serverMessage,
                      Channel channel,
                      String command,
                      String arguments)
Method Detail

execute

public void execute(Bot bot,
                    Module module)
Specified by:
execute in interface ModuleMessage


Copyright © 2002-2005 Uwyn bvba/sprl. All Rights Reserved.