SPT Core API

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 4553 2008-12-24 10:34:16Z rakesh $
Author:
Rakesh Vidyadharan 2006-12-27
See Also:
Serialized Form

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
 

Constructor Detail

SPTListener

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


SPT Core API