All Packages  Class Hierarchy  This Package  Previous  Next  Index

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

public interface interface FlightReservedListener
extends EventListener

This interface defines the FlightReserved method. In the demo, this interface is implemented by the itinerary viewer bean which is wired to the flight information data access part bean.

See Also:
FlightReservedEvent

Method Index

 o FlightReserved(FlightReservedEvent)
Handles the the FlightReserved event.

Methods

 o FlightReserved
 public abstract void FlightReserved(FlightReservedEvent fRE)
Handles the the FlightReserved event. In the demo, this method is invoked by the flight information data access part bean on any registered flight reserved listeners (that is, the itinerary viewer bean).

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index