Class ActiveFlights
java.lang.Object
com.persequor.saga.modules.ffmreader.frontend.ActiveFlights
- All Implemented Interfaces:
com.persequor.extension.frontend.IFrontendComponent
public class ActiveFlights
extends Object
implements com.persequor.extension.frontend.IFrontendComponent
-
Constructor Summary
ConstructorsConstructorDescriptionActiveFlights
(CombinedFlightService flightService, FlightMonitorService flightMonitorService) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.persequor.extension.frontend.IFrontendComponent
addDocumentation, enabled, getPagePath, handleAction
-
Constructor Details
-
ActiveFlights
@Inject public ActiveFlights(CombinedFlightService flightService, FlightMonitorService flightMonitorService)
-
-
Method Details
-
configure
public void configure(com.persequor.extension.frontend.ConfigurerDetails configurer) - Specified by:
configure
in interfacecom.persequor.extension.frontend.IFrontendComponent
-
handle
public void handle(com.persequor.extension.frontend.IPage page, com.persequor.extension.frontend.IInputData inputData) - Specified by:
handle
in interfacecom.persequor.extension.frontend.IFrontendComponent
-