All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.beans.demos.a401k.acctid.AccountIDChangedListener

public interface interface AccountIDChangedListener
extends EventListener

This interface describes the method that gets fired by the Account ID bean when the user enters an account number and presses the submit button.

See Also:
AccountIDChangedEvent, AccountID

Method Index

 o AccountIDInformationChanged(AccountIDChangedEvent)
The firing of this method passes an event parameter that contains the account number entered by a particular user.

Methods

 o AccountIDInformationChanged
 public abstract void AccountIDInformationChanged(AccountIDChangedEvent aIDChanged)
The firing of this method passes an event parameter that contains the account number entered by a particular user.

Parameters:
aIDChanged - An AccountIDChangedEvent containing the account number entered by the user.

All Packages  Class Hierarchy  This Package  Previous  Next  Index