Uses of Interface
org.gswing.framework.services.IMessageHandling

Packages that use IMessageHandling
org.gswing.components.common Package contains the classes common to gswing components. 
org.gswing.components.output.exporter Output package containing classes for exporting data from the database. 
org.gswing.framework Package contains the gswing framework classes. 
org.gswing.framework.services Package contains gswing framework services interfaces. 
 

Uses of IMessageHandling in org.gswing.components.common
 

Methods in org.gswing.components.common with parameters of type IMessageHandling
static void Misc.initialise(IMessageHandling logger)
          Set up message logging capability.
 

Uses of IMessageHandling in org.gswing.components.output.exporter
 

Methods in org.gswing.components.output.exporter that return IMessageHandling
 IMessageHandling AbstractDbToFile.getLogger()
           
 

Uses of IMessageHandling in org.gswing.framework
 

Classes in org.gswing.framework that implement IMessageHandling
 class MessageHandler
          The message handler manages log messages in the system.
 

Methods in org.gswing.framework that return IMessageHandling
 IMessageHandling Framework.getMessageHandler()
          Get access to the message handler.
 

Constructors in org.gswing.framework with parameters of type IMessageHandling
Framework(IMessageHandling messageHandler, IPropertyManagement propertyManager, IDesktopManagement desktopManager, IDatabaseManagement dbManager, IServerManagement serverManager)
          Constructor.
 

Uses of IMessageHandling in org.gswing.framework.services
 

Methods in org.gswing.framework.services that return IMessageHandling
 IMessageHandling IFramework.getMessageHandler()
          Get the message handling services.
 



Copyright © 2008. All Rights Reserved.