org.apache.log
Interface ErrorAware

All Known Implementing Classes:
AbstractTarget

public interface ErrorAware

Interface implemented by components that wish to delegate ErrorHandling to an ErrorHandler.

Author:
Peter Donald

Method Summary
 void setErrorHandler(ErrorHandler errorHandler)
          Provide component with ErrorHandler.
 

Method Detail

setErrorHandler

public void setErrorHandler(ErrorHandler errorHandler)
Provide component with ErrorHandler.

Parameters:
errorHandler - the errorHandler


Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.