irc
Class NullURLHandler

java.lang.Object
  |
  +--irc.NullURLHandler
All Implemented Interfaces:
URLHandler

public class NullURLHandler
extends java.lang.Object
implements URLHandler

Null URLHandler. This handler always fail to perform request operations.


Constructor Summary
NullURLHandler()
          Create a new NullURLHandler.
 
Method Summary
 void openURL(java.lang.String url)
          Open the given url.
 void openURL(java.lang.String url, java.lang.String target)
          Open the given url.
 void stateURL(java.lang.String url)
          Print the given url in the status box of the application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullURLHandler

public NullURLHandler()
Create a new NullURLHandler.

Method Detail

stateURL

public void stateURL(java.lang.String url)
Description copied from interface: URLHandler
Print the given url in the status box of the application.

Specified by:
stateURL in interface URLHandler
Parameters:
url - url to print.

openURL

public void openURL(java.lang.String url)
Description copied from interface: URLHandler
Open the given url.

Specified by:
openURL in interface URLHandler
Parameters:
url - url to open.

openURL

public void openURL(java.lang.String url,
                    java.lang.String target)
Description copied from interface: URLHandler
Open the given url.

Specified by:
openURL in interface URLHandler
Parameters:
url - url to open.
target - url target.