Package net.sf.genuine.services

Genuine defines default services that are common to many client applications each of which comes with default actions defined in the net.sf.genuine.actions package.

See:
          Description

Interface Summary
ClipboardService Defines the functionality of a clipboard service that is called by the clipboard actions.
DocumentService This standard service handles opening, saving, and closing documents.
ExitService Interface for a service that is responsible to shut down the application.
 

Exception Summary
ServiceNotFoundException Runtime exception that should be thrown by a module that relies on a specific service that should have been registered but could not been found.
 

Package net.sf.genuine.services Description

Genuine defines default services that are common to many client applications each of which comes with default actions defined in the net.sf.genuine.actions package. These services are responsible for application termination ExitService, clipboard handling ClipboardService, and loading and saving DocumentService.