Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.shutdown
Interface ShutdownService

All Known Implementing Classes:
UIServiceImpl

public interface ShutdownService

Abstracts the shutdown-related procedures of the application so that they can be used throughout various bundles.

Author:
Linus Wallgren

Method Summary
 void beginShutdown()
          Invokes the UI action commonly associated with the "File > Quit" menu item which begins the application shutdown procedure.
 

Method Detail

beginShutdown

void beginShutdown()
Invokes the UI action commonly associated with the "File > Quit" menu item which begins the application shutdown procedure.

The method avoids duplication since the "File > Quit" functionality may be invoked not only from the main application menu but also from the systray, for example.


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.