Skip to content

SHRMu/Flight-Control-System-Java-RMI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flight-Control-System-Java-RMI

  • IFlightServer
boolean login(String clientName, IFlightClient client) throws RemoteException;
void logout(String clientName) throws RemoteException;
void updateFlight(String clientName, Flight flight) throws RemoteException;
void deleteFlight(String clientName, Flight flight) throws RemoteException;
  • IFlightClient
void receiveListOfFlights(List<Flight> flights) throws RemoteException;
void receiveUpdatedFlight(Flight flight, boolean deleted) throws RemoteException;

mainPanel

subPanel

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages