irssibot.util
Class TimerCommand

java.lang.Object
  |
  +--irssibot.util.TimerCommand
Direct Known Subclasses:
ChannelTools.BanHandler, ChannelTools.ChannelJoiner

public abstract class TimerCommand
extends java.lang.Object

Abstract base class for a timer command.

Version:
$Name: $ $Revision: 1.1 $
Author:
Matti Dahlbom

Constructor Summary
TimerCommand()
           
 
Method Summary
abstract  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
 

Constructor Detail

TimerCommand

public TimerCommand()
Method Detail

execute

public abstract void execute()
Subclasses will implement this to perform some actions on timer event.



IrssiBot (c) 2000-2002 Matti Dahlbom