ch.epfl.lpd.ids.gui
Interface IWindowManager

All Known Implementing Classes:
CentralizedChat

public interface IWindowManager

Specification of a Window Manager. This window manager is implemented by the CentralizedChat class in order to cleanly close the local chat application when no client is available anymore.

Author:
Sebastien Baehni

Method Summary
 void closeClient()
          Method called by a chat client when the user decides to close its GUI and hence to terminate its execution.
 

Method Detail

closeClient

void closeClient()
Method called by a chat client when the user decides to close its GUI and hence to terminate its execution.