f00f.net.irc.martyr
Class AutoResponder

java.lang.Object
  |
  +--f00f.net.irc.martyr.AutoResponder
All Implemented Interfaces:
java.util.Observer

public class AutoResponder
extends java.lang.Object
implements java.util.Observer

AutoResponder is where commands that should be auto-responded (such as PING-PONG) should go.


Constructor Summary
AutoResponder(IRCConnection connection)
           
 
Method Summary
 void disable()
           
 void enable()
           
 void update(java.util.Observable observer, java.lang.Object updated)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoResponder

public AutoResponder(IRCConnection connection)
Method Detail

enable

public void enable()

disable

public void disable()

update

public void update(java.util.Observable observer,
                   java.lang.Object updated)
Specified by:
update in interface java.util.Observer


Copyright ? 2000,2001, f00f networks. All Rights Reserved.