demos.stockbroker
Class SBCHVDialog
java.lang.Object
|
+--demos.stockbroker.SBCHVDialog
- public class SBCHVDialog
- extends java.lang.Object
- implements CHVDialog
An example for an application-provided CHV dialog.
- Version:
- $Id: SBCHVDialog.java,v 1.1 1999/12/03 09:34:43 damke Exp $
|
Method Summary |
java.lang.String |
getCHV(int chvNumber)
Query for a password. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
SBCHVDialog
public SBCHVDialog()
getCHV
public java.lang.String getCHV(int chvNumber)
- Query for a password.
- Specified by:
- getCHV in interface CHVDialog
- Parameters:
chvNumber - which password to query for- Returns:
- a string holding the password entered by the user,
or null if none has been entered
|