org.sonatype.aether.util.listener
Class AbstractRepositoryListener

java.lang.Object
  extended by org.sonatype.aether.AbstractRepositoryListener
      extended by org.sonatype.aether.util.listener.AbstractRepositoryListener
All Implemented Interfaces:
RepositoryListener

Deprecated. Use AbstractRepositoryListener instead.

@Deprecated
public abstract class AbstractRepositoryListener
extends AbstractRepositoryListener

A skeleton implementation for custom repository listeners. The callback methods in this class do nothing.

Author:
Benjamin Bentmann

Constructor Summary
AbstractRepositoryListener()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.sonatype.aether.AbstractRepositoryListener
artifactDeployed, artifactDeploying, artifactDescriptorInvalid, artifactDescriptorMissing, artifactDownloaded, artifactDownloading, artifactInstalled, artifactInstalling, artifactResolved, artifactResolving, metadataDeployed, metadataDeploying, metadataDownloaded, metadataDownloading, metadataInstalled, metadataInstalling, metadataInvalid, metadataResolved, metadataResolving
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractRepositoryListener

public AbstractRepositoryListener()
Deprecated. 


Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.