All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.beans.demos.a401k.PercentListener

public interface interface PercentListener
extends EventListener

This interface describes the method that gets fired by the b401kViewer bean which is connected to the b401kDap bean.

See Also:
PercentEvent, b401kDap

Method Index

 o PercentChanged(PercentEvent)
The firing of this method indicates that the user has made a change to the percentage allocated to a particular investment selection.

Methods

 o PercentChanged
 public abstract void PercentChanged(PercentEvent pE)
The firing of this method indicates that the user has made a change to the percentage allocated to a particular investment selection.

Parameters:
pE - A PercentEvent containing data about a new percentage allocation for a particular investment selection.

All Packages  Class Hierarchy  This Package  Previous  Next  Index