Package com.mmoui.manager.services

Interface Summary
BrowserPopupCreator Defines an interface which can be used to create popup windows to handle clicked links.
ConfigurationReader An interface through which modules can read back their XML configuration data.
ConfigurationService Defines an OSGi service which allows for the configuration of modules.
ConfigurationService.XMLStreamWriter Defines an interface through which services can output XML data.
ExtractorFactoryService Defines an OSGi service which can be used to create Extractor instances which extract packaged archives.
ModuleLogger Provides a service through which loaded modules can log information to the global log file.
NewsService Defines an OSGi service which allows for news information to be displayed on the main screen of the MMOUI Manager.
PermissionsManager Defines an interface through which modules can specify the permissions they desire through the SecurityManager present in the MMOUI Minion application.
Service Defines a generic OSGi service for the MMOUI Manager.
Updatable Defines a single, downloadable updatable component (such as an addon).
UpdateController A control interface through which modules can send information back to the core asynchronously.
UpdateElement Defines a single updatable component for use by an UpdateService.
UpdateElement.PopupOption Defines a single option to be displayed in a JPopupMenu
UpdateService An update service provided to the MMOI Manager via the OSGi framework.
UpdateStatusListener An interface through which update services can report information back to the MMOUI Manager regarding update status.
Uploadable Defines a single, definable, upload component to update.
 

Class Summary
Extractor Defines a class which can be used to extract an archive (such as a ZIP or RAR archive).
Main The MMOUI services main class.
 

Enum Summary
UpdateStatusListener.Status Status codes indicating how the GUI should display the related Updatable component.
 

Exception Summary
UpdateElement.UpdateCancelledException Defines an exception that can occur when an update is cancelled.