Package org.apache.maven.wagon.events


package org.apache.maven.wagon.events
  • Class
    Description
    SessionEvent is used for notifying SessionListeners about occurrences of various situations related.
    The class allows registration and deregistration of session listeners
    Interface for classes which wants to receive and respond to any session update events.
    TransferEvent is used to notify TransferListeners about progress in transfer of resources form/to the repository
    The class allows registration and removal of event listeners of type TransferListener and dispatch of those events to those listeners
     
    Base class for all events emitted by Wagon objects.