com.sap.tc.logging

Interface EventDispatcher

All Known Implementing Classes:
LoggingManager

public interface EventDispatcher

Manage the general event notification mechanism


Method Summary
 void addListener(EventListener listener)
          To add a listener to the logging tool
 void removeListener(EventListener listener)
          To remove a listener from the logging tool.
 

Method Detail

addListener

void addListener(EventListener listener)
                 throws IllegalArgumentException
To add a listener to the logging tool

Parameters:
listener - The event listener to be added
Throws:
IllegalArgumentException - Invalid listener type

removeListener

void removeListener(EventListener listener)
                    throws IllegalArgumentException
To remove a listener from the logging tool.

Parameters:
listener - The event listener to be removed
Throws:
IllegalArgumentException - Invalid listener type
Access Rights

This class can be accessed from:


SC DC
[sap.com] FRAMEWORK [sap.com] tc/ddic/ddicruntime
[sap.com] ENGINEAPI [sap.com] tc/logging
[sap.com] ENGFACADE [sap.com] tc/bl/logging/api
[sap.com] CORE-TOOLS [sap.com] com.sap.engine.client.lib
[sap.com] BRMS-FACADE [sap.com] tc/brms/facade


Copyright 2010 SAP AG Complete Copyright Notice