com.sptci.echo2
Class SPTListener
java.lang.Object
com.sptci.echo2.UrlListener
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URL
private static final String URL
- The URL to use to open the browser window.
- See Also:
- Constant Field Values
SPTListener
public SPTListener()
- Create a new instance of the listener.