All Packages Class Hierarchy This Package Previous Next Index
Interface com.ibm.beans.demos.a401k.b401kListener
- public interface interface b401kListener
- extends EventListener
This interface describes the method that gets fired by the b401kDap bean
which is connected to the b401kViewer bean.
- See Also:
- b401kEvent, b401kViewer
-
b401kInformationChanged(b401kEvent)
- The firing of this method passes an event parameter that contains updated
portfolio investment information for a particular user.
b401kInformationChanged
public abstract void b401kInformationChanged(b401kEvent b401kE)
- The firing of this method passes an event parameter that contains updated
portfolio investment information for a particular user.
- Parameters:
- b401kE - A b401kEvent containing data about the investment
choices for a particular user and the percentage of that users total portfolio
allocated to each investment choice.
All Packages Class Hierarchy This Package Previous Next Index