Package org.apache.maven.wagon.events
package org.apache.maven.wagon.events
-
ClassDescriptionSessionEvent is used for notifying SessionListeners about occurrences of various situations related.The class allows registration and deregistration of session listenersInterface 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 repositoryThe class allows registration and removal of event listeners of type TransferListener and dispatch of those events to those listenersBase class for all events emitted by
Wagon
objects.