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.


Variable Index

 o accountID

Constructor Index

 o AccountIDChangedEvent(Object, String)
Constructs an AccountIDChangedEvent.

Method Index

 o getAccountID()
The accessor for the account id entered by the user.

Variables

 o accountID
 protected String accountID

Constructors

 o 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.

Methods

 o 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