com.azalient.api.b.network
Interface ILayovers


public interface ILayovers

A handle to the object that manages all layovers


Method Summary
 int count(IDwell dwell)
          Returns the number of layover definitions at the given dwell
 ILayover layover(IDwell dwell, int i)
          Returns layover[i] at the given dwell
 void parentWindow(JFrame parent)
          Set the parent window for the layovers UI window
 void showUI(IService selectedService, IStand selectedStand)
          Show the layovers UI window for the given service and stand
 

Method Detail

showUI

void showUI(IService selectedService,
            IStand selectedStand)
Show the layovers UI window for the given service and stand


count

int count(IDwell dwell)
Returns the number of layover definitions at the given dwell


layover

ILayover layover(IDwell dwell,
                 int i)
Returns layover[i] at the given dwell


parentWindow

void parentWindow(JFrame parent)
Set the parent window for the layovers UI window