All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.util.EventObject | +----com.ibm.beans.demos.travel.flight.FlightRequestedEvent
This event is sent as a parameter in the FlightRequested() method of the FlightRequestedListener interface. In the demo this interface is implemented by the flight information data access part (DAP) bean and the itinerary bean. The flight selector bean is wired to the itinerary bean and the itinerary bean is wired to the flight information DAP bean. The user uses the flight selector bean to select a flight by highlighting the desired flight and then pushing the "OK" button. That action fires this event to the itinerary bean. When the user is satisfied with the selected itinerary, the user presses the "Ticket It" button which fires this event to the flight information DAP bean.
protected Vector flightInfo
public FlightRequestedEvent(Object source, Vector flightInfo)
public Vector getFlightInfo()
All Packages Class Hierarchy This Package Previous Next Index