SPT Core API

com.sptci.echo
Class LogoutListener

java.lang.Object
  extended by com.sptci.echo.RedirectListener
      extended by com.sptci.echo.LogoutListener
All Implemented Interfaces:
Serializable, EventListener, ActionListener

public class LogoutListener
extends RedirectListener

A general purpose action listener for listening to logout events generated by the application (usually through a button or menu).

Copyright 2007 Sans Pareil Technologies, Inc.

Version:
$Id: LogoutListener.java 4553 2008-12-24 10:34:16Z rakesh $
Author:
Rakesh Vidyadharan 2007-04-23
See Also:
LogoutServlet, Serialized Form

Field Summary
static String URL
           
 
Fields inherited from class com.sptci.echo.RedirectListener
url
 
Constructor Summary
LogoutListener()
           
LogoutListener(String url)
           
 
Method Summary
 
Methods inherited from class com.sptci.echo.RedirectListener
actionPerformed, redirect
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

URL

public static final String URL
See Also:
Constant Field Values
Constructor Detail

LogoutListener

public LogoutListener()

LogoutListener

public LogoutListener(String url)

SPT Core API