org.apache.maven.monitor.event
Interface EventDispatcher


Deprecated.

@Deprecated
public interface EventDispatcher

Author:
jdcasey

Method Summary
 void addEventMonitor(EventMonitor monitor)
          Deprecated.  
 void dispatchEnd(String event, String target)
          Deprecated.  
 void dispatchError(String event, String target, Throwable cause)
          Deprecated.  
 void dispatchStart(String event, String target)
          Deprecated.  
 

Method Detail

addEventMonitor

void addEventMonitor(EventMonitor monitor)
Deprecated. 

dispatchStart

void dispatchStart(String event,
                   String target)
Deprecated. 

dispatchEnd

void dispatchEnd(String event,
                 String target)
Deprecated. 

dispatchError

void dispatchError(String event,
                   String target,
                   Throwable cause)
Deprecated. 


Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.