org.sonatype.aether.util.listener
Class AbstractRepositoryListener

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

public abstract class AbstractRepositoryListener
extends java.lang.Object
implements RepositoryListener

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

Author:
Benjamin Bentmann

Constructor Summary
AbstractRepositoryListener()
           
 
Method Summary
 void artifactDeployed(RepositoryEvent event)
           
 void artifactDeploying(RepositoryEvent event)
           
 void artifactDescriptorInvalid(RepositoryEvent event)
           
 void artifactDescriptorMissing(RepositoryEvent event)
           
 void artifactInstalled(RepositoryEvent event)
           
 void artifactInstalling(RepositoryEvent event)
           
 void artifactResolved(RepositoryEvent event)
           
 void artifactResolving(RepositoryEvent event)
           
 void metadataDeployed(RepositoryEvent event)
           
 void metadataDeploying(RepositoryEvent event)
           
 void metadataInstalled(RepositoryEvent event)
           
 void metadataInstalling(RepositoryEvent event)
           
 void metadataInvalid(RepositoryEvent event)
           
 void metadataResolved(RepositoryEvent event)
           
 void metadataResolving(RepositoryEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractRepositoryListener

public AbstractRepositoryListener()
Method Detail

artifactDeployed

public void artifactDeployed(RepositoryEvent event)
Specified by:
artifactDeployed in interface RepositoryListener

artifactDeploying

public void artifactDeploying(RepositoryEvent event)
Specified by:
artifactDeploying in interface RepositoryListener

artifactDescriptorInvalid

public void artifactDescriptorInvalid(RepositoryEvent event)
Specified by:
artifactDescriptorInvalid in interface RepositoryListener

artifactDescriptorMissing

public void artifactDescriptorMissing(RepositoryEvent event)
Specified by:
artifactDescriptorMissing in interface RepositoryListener

artifactInstalled

public void artifactInstalled(RepositoryEvent event)
Specified by:
artifactInstalled in interface RepositoryListener

artifactInstalling

public void artifactInstalling(RepositoryEvent event)
Specified by:
artifactInstalling in interface RepositoryListener

artifactResolved

public void artifactResolved(RepositoryEvent event)
Specified by:
artifactResolved in interface RepositoryListener

artifactResolving

public void artifactResolving(RepositoryEvent event)
Specified by:
artifactResolving in interface RepositoryListener

metadataDeployed

public void metadataDeployed(RepositoryEvent event)
Specified by:
metadataDeployed in interface RepositoryListener

metadataDeploying

public void metadataDeploying(RepositoryEvent event)
Specified by:
metadataDeploying in interface RepositoryListener

metadataInstalled

public void metadataInstalled(RepositoryEvent event)
Specified by:
metadataInstalled in interface RepositoryListener

metadataInstalling

public void metadataInstalling(RepositoryEvent event)
Specified by:
metadataInstalling in interface RepositoryListener

metadataInvalid

public void metadataInvalid(RepositoryEvent event)
Specified by:
metadataInvalid in interface RepositoryListener

metadataResolved

public void metadataResolved(RepositoryEvent event)
Specified by:
metadataResolved in interface RepositoryListener

metadataResolving

public void metadataResolving(RepositoryEvent event)
Specified by:
metadataResolving in interface RepositoryListener


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