All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.beans.demos.travel.flight.FlightRequestedListener

public interface interface FlightRequestedListener
extends EventListener

This interface defines the FlightRequested method. In the demo, this interface is implemented by the flight information data access part bean and the itinerary bean.

See Also:
FlightRequestedEvent

Method Index

 o FlightRequested(FlightRequestedEvent)
This method handles the flightRequested event.

Methods

 o FlightRequested
 public abstract void FlightRequested(FlightRequestedEvent fRE)
This method handles the flightRequested event. In the demo, this method is invoked by the flight selector bean on the itinerary bean and by the itinerary bean on the flight information data access part bean.

Parameters:
fRE - The FlightRequestedEvent that contains flight reservation information.

All Packages  Class Hierarchy  This Package  Previous  Next  Index