org.apache.maven.monitor.event
Class DeprecationEventDispatcher

java.lang.Object
  extended by org.apache.maven.monitor.event.DefaultEventDispatcher
      extended by org.apache.maven.monitor.event.DeprecationEventDispatcher
All Implemented Interfaces:
EventDispatcher

public class DeprecationEventDispatcher
extends DefaultEventDispatcher


Constructor Summary
DeprecationEventDispatcher(java.util.Map deprecatedEventsByReplacement)
           
DeprecationEventDispatcher(java.util.Map deprecatedEventsByReplacement, java.util.List eventMonitors)
           
 
Method Summary
 void dispatchEnd(java.lang.String event, java.lang.String target)
           
 void dispatchError(java.lang.String event, java.lang.String target, java.lang.Throwable cause)
           
 void dispatchStart(java.lang.String event, java.lang.String target)
           
 
Methods inherited from class org.apache.maven.monitor.event.DefaultEventDispatcher
addEventMonitor, addEventMonitors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeprecationEventDispatcher

public DeprecationEventDispatcher(java.util.Map deprecatedEventsByReplacement)

DeprecationEventDispatcher

public DeprecationEventDispatcher(java.util.Map deprecatedEventsByReplacement,
                                  java.util.List eventMonitors)
Method Detail

dispatchEnd

public void dispatchEnd(java.lang.String event,
                        java.lang.String target)
Specified by:
dispatchEnd in interface EventDispatcher
Overrides:
dispatchEnd in class DefaultEventDispatcher

dispatchError

public void dispatchError(java.lang.String event,
                          java.lang.String target,
                          java.lang.Throwable cause)
Specified by:
dispatchError in interface EventDispatcher
Overrides:
dispatchError in class DefaultEventDispatcher

dispatchStart

public void dispatchStart(java.lang.String event,
                          java.lang.String target)
Specified by:
dispatchStart in interface EventDispatcher
Overrides:
dispatchStart in class DefaultEventDispatcher


Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.