com.sptci.echo2
Class SPTListener

java.lang.Object
  extended by com.sptci.echo2.UrlListener
      extended by com.sptci.echo2.SPTListener
All Implemented Interfaces:
Serializable, EventListener, ActionListener

public class SPTListener
extends UrlListener

An action listener to open the SPT homepage in a new browser window.

Copyright 2006 Sans Pareil Technologies, Inc.

Version:
$Id: SPTListener.java 2809 2006-12-28 04:16:31Z rakesh $
Author:
Rakesh Vidyadharan 2006-12-27
See Also:
Serialized Form

Field Summary
private static String URL
          The URL to use to open the browser window.
 
Constructor Summary
SPTListener()
          Create a new instance of the listener.
 
Method Summary
 
Methods inherited from class com.sptci.echo2.UrlListener
actionPerformed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

URL

private static final String URL
The URL to use to open the browser window.

See Also:
Constant Field Values
Constructor Detail

SPTListener

public SPTListener()
Create a new instance of the listener.