SPT Core API

com.sptci.echo.login
Class CancelListener

java.lang.Object
  extended by com.sptci.echo.login.AbstractListener
      extended by com.sptci.echo.login.CancelListener
All Implemented Interfaces:
Serializable, EventListener, ActionListener

public class CancelListener
extends AbstractListener

The action listener used to cancel (clear) the fields in the LoginPane.

© Copyright 2008 Sans Pareil Technologies, Inc.

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

Constructor Summary
CancelListener()
           
 
Method Summary
 void actionPerformed(ActionEvent event)
          The action listener implementation.
 
Methods inherited from class com.sptci.echo.login.AbstractListener
checkPassword, checkText, checkUserName, checkView, getLoginPane
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CancelListener

public CancelListener()
Method Detail

actionPerformed

public void actionPerformed(ActionEvent event)
The action listener implementation. Clears the input components of LoginPane.

See Also:
LoginPane.refresh()

SPT Core API