irssibot.modules
Class ChannelTools.ChannelJoiner

java.lang.Object
  |
  +--irssibot.util.TimerCommand
        |
        +--irssibot.modules.ChannelTools.ChannelJoiner
Enclosing class:
ChannelTools

class ChannelTools.ChannelJoiner
extends TimerCommand

Joins a given channel when invoked by a Timer.


Field Summary
private  java.lang.String channelName
           
private  ServerConnection connection
           
 
Constructor Summary
(package private) ChannelTools.ChannelJoiner(java.lang.String channelName, ServerConnection connection)
           
 
Method Summary
 void execute()
          Subclasses will implement this to perform some actions on timer event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

channelName

private java.lang.String channelName

connection

private ServerConnection connection
Constructor Detail

ChannelTools.ChannelJoiner

ChannelTools.ChannelJoiner(java.lang.String channelName,
                           ServerConnection connection)
Method Detail

execute

public void execute()
Description copied from class: TimerCommand
Subclasses will implement this to perform some actions on timer event.

Specified by:
execute in class TimerCommand


IrssiBot (c) 2000-2002 Matti Dahlbom