All Packages  Class Hierarchy  This Package  Previous  Next  Index

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

public interface interface FlightInfoListener
extends EventListener
This interface defines the FlightInformationChanged method. In the demo, this interface is implemented by the flight information viewer.

See Also:
FlightInfoEvent

Method Index

 o FlightInformationChanged(FlightInfoEvent)
Handles the FlightInfoChanged event.

Methods

 o FlightInformationChanged
 public abstract void FlightInformationChanged(FlightInfoEvent fIE)
Handles the FlightInfoChanged event. In the demo, this method is invoked by the flight information data access part bean on any registered flight information listeners (i.e. the flight information viewer bean).

Parameters:
fIE - The FlightInfoEvent which contains flight schedule information.

All Packages  Class Hierarchy  This Package  Previous  Next  Index