com.sptci.echo.login
Class CancelListener
java.lang.Object
com.sptci.echo.login.AbstractListener
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CancelListener
public CancelListener()
actionPerformed
public void actionPerformed(ActionEvent event)
- The action listener implementation. Clears the input components
of
LoginPane.
- See Also:
LoginPane.refresh()