All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.beans.demos.a401k.acctid.AccountIDChangedEvent
java.lang.Object
|
+----java.util.EventObject
|
+----com.ibm.beans.demos.a401k.acctid.AccountIDChangedEvent
- public class AccountIDChangedEvent
- extends EventObject
This class describes the event that gets generated when
the user enters an account id and hits the submit button.
-
accountID
-
-
AccountIDChangedEvent(Object, String)
- Constructs an AccountIDChangedEvent.
-
getAccountID()
- The accessor for the account id entered by the user.
accountID
protected String accountID
AccountIDChangedEvent
public AccountIDChangedEvent(Object source,
String accountID)
- Constructs an AccountIDChangedEvent.
- Parameters:
- source -
- The object that is creating this
event.
- accountID -
- The account id entered
by the user.
getAccountID
public String getAccountID()
- The accessor for the account id entered by the user.
- Returns:
- The account id entered by the user.
All Packages Class Hierarchy This Package Previous Next Index