All Packages Class Hierarchy This Package Previous Next Index
Interface com.ibm.beans.demos.travel.TravelInfoChangedListener
- public interface interface TravelInfoChangedListener
- extends EventListener
This interface describes the method that gets fired by the Itinerary bean.
- See Also:
- TravelInfoChangedEvent
-
TravelInfoChanged(TravelInfoChangedEvent)
- The firing of this method indicates that the user has made
all travel selections.
TravelInfoChanged
public abstract void TravelInfoChanged(TravelInfoChangedEvent travelInfoChange)
- The firing of this method indicates that the user has made
all travel selections. This method is invoked when the Itinerary
bean generates a TravelInfoChangedEvent.
- Parameters:
- travelInfoChange - A TravelInfoChangedEvent with
data on the travel selections made by the user.
All Packages Class Hierarchy This Package Previous Next Index