com.sap.tc.logging
Interface EventDispatcher
- All Known Implementing Classes:
- LoggingManager
public interface EventDispatcher
Manage the general event notification mechanism
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
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