org.apache.maven.monitor.event

Interface EventDispatcher

public interface EventDispatcher

Author: jdcasey

Method Summary
voidaddEventMonitor(EventMonitor monitor)
voiddispatchEnd(String event, String target)
voiddispatchError(String event, String target, Throwable cause)
voiddispatchStart(String event, String target)

Method Detail

addEventMonitor

public void addEventMonitor(EventMonitor monitor)

dispatchEnd

public void dispatchEnd(String event, String target)

dispatchError

public void dispatchError(String event, String target, Throwable cause)

dispatchStart

public void dispatchStart(String event, String target)
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.