com.sap.tc.logging
Class EventDispatcherFactory

java.lang.Object
  |
  +--com.sap.tc.logging.EventDispatcherFactory

public class EventDispatcherFactory
extends java.lang.Object

This factory manages the event dispatcher of the logging tool. Users can get handle to the event dispatcher and add listners to it.


Method Summary
static EventDispatcher getEventDispatcher()
          Returns the Event Dispatcher of the logging tool, for users to add or remove listeners to the logging tool.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getEventDispatcher

public static EventDispatcher getEventDispatcher()
Returns the Event Dispatcher of the logging tool, for users to add or remove listeners to the logging tool.