irc
Class AppletURLHandler

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

public class AppletURLHandler
extends java.lang.Object
implements URLHandler

URL handling via applet.


Constructor Summary
AppletURLHandler(java.applet.AppletContext ctx)
          Create a new AppletURLHandler using the given AppletContext.
 
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

AppletURLHandler

public AppletURLHandler(java.applet.AppletContext ctx)
Create a new AppletURLHandler using the given AppletContext.

Parameters:
ctx - the applet context to use.
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.